BotCommandScopeChatAdministrators constructor

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

Creates a new BotCommandScopeChatAdministrators object.

Implementation

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