botCommandScopeAllPrivateChats property

BotCommandScopeAllPrivateChats? botCommandScopeAllPrivateChats

A scope covering all private chats

Implementation

BotCommandScopeAllPrivateChats? get botCommandScopeAllPrivateChats {
  if (this is BotCommandScopeAllPrivateChats) {
    return this as BotCommandScopeAllPrivateChats;
  }
  return null;
}