BotCommandScopeChatAdministrators constructor
const
BotCommandScopeChatAdministrators({
- required int chatId,
A scope covering all administrators of a chat
Implementation
const BotCommandScopeChatAdministrators({
required this.chatId,
});