BotCommandScopeChat constructor
BotCommandScopeChat({
- String type = BotCommandScope.typeChat,
- required dynamic chatId,
Implementation
BotCommandScopeChat({
this.type = BotCommandScope.typeChat,
required this.chatId,
});