botCommandScopeChatMember property

BotCommandScopeChatMember? botCommandScopeChatMember

A scope covering a member of a chat

Implementation

BotCommandScopeChatMember? get botCommandScopeChatMember {
  if (this is BotCommandScopeChatMember) {
    return this as BotCommandScopeChatMember;
  }
  return null;
}