botCommandScopeChatAdministrators property

BotCommandScopeChatAdministrators? botCommandScopeChatAdministrators

A scope covering all administrators of a chat

Implementation

BotCommandScopeChatAdministrators? get botCommandScopeChatAdministrators {
  if (this is BotCommandScopeChatAdministrators) {
    return this as BotCommandScopeChatAdministrators;
  }
  return null;
}