botCommandScopeAllGroupChats property

BotCommandScopeAllGroupChats? botCommandScopeAllGroupChats

A scope covering all group and supergroup chats

Implementation

BotCommandScopeAllGroupChats? get botCommandScopeAllGroupChats {
  if (this is BotCommandScopeAllGroupChats) {
    return this as BotCommandScopeAllGroupChats;
  }
  return null;
}