BotCommandScopeChatMember constructor

BotCommandScopeChatMember({
  1. required int chatId,
  2. required int userId,
})

Implementation

BotCommandScopeChatMember({required this.chatId, required this.userId});