BotCommandScopeChatAdministrators constructor

const BotCommandScopeChatAdministrators({
  1. required int chatId,
})

A scope covering all administrators of a chat

Implementation

const BotCommandScopeChatAdministrators({
  required this.chatId,
});