BotCommandScopeChatAdministrators constructor

BotCommandScopeChatAdministrators({
  1. String type = BotCommandScope.typeAllChatAdministrators,
  2. required dynamic chatId,
})

Implementation

BotCommandScopeChatAdministrators({
  this.type = BotCommandScope.typeAllChatAdministrators,
  required this.chatId,
});