botCommandScopeChat property

BotCommandScopeChat? botCommandScopeChat

A scope covering all members of a chat

Implementation

BotCommandScopeChat? get botCommandScopeChat {
  if (this is BotCommandScopeChat) {
    return this as BotCommandScopeChat;
  }
  return null;
}