BotCommandScopeChat constructor

BotCommandScopeChat({
  1. String type = BotCommandScope.typeChat,
  2. required dynamic chatId,
})

Implementation

BotCommandScopeChat({
  this.type = BotCommandScope.typeChat,
  required this.chatId,
});