BotCommandScopeAllChatAdministrators constructor

BotCommandScopeAllChatAdministrators({
  1. String type = BotCommandScope.typeAllChatAdministrators,
})

Implementation

BotCommandScopeAllChatAdministrators(
    {this.type = BotCommandScope.typeAllChatAdministrators});