BotCommandScopeChat constructor
const
BotCommandScopeChat({
- required int chatId,
A scope covering all members of a chat
Implementation
const BotCommandScopeChat({
required this.chatId,
});
A scope covering all members of a chat
const BotCommandScopeChat({
required this.chatId,
});