BotCommandScopeChat constructor
const
BotCommandScopeChat({
- required ID chatId,
Creates a new BotCommandScopeChat object.
Implementation
const BotCommandScopeChat({
required this.chatId,
});
Creates a new BotCommandScopeChat object.
const BotCommandScopeChat({
required this.chatId,
});