BotCommandScopeChatAdministrators constructor
BotCommandScopeChatAdministrators({
- String type = BotCommandScope.typeAllChatAdministrators,
- required dynamic chatId,
Implementation
BotCommandScopeChatAdministrators({
this.type = BotCommandScope.typeAllChatAdministrators,
required this.chatId,
});