BotCommandScopeChatMember constructor
Creates a new BotCommandScopeChatMember object.
Implementation
const BotCommandScopeChatMember({
required this.chatId,
required this.userId,
});
Creates a new BotCommandScopeChatMember object.
const BotCommandScopeChatMember({
required this.chatId,
required this.userId,
});