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