BotCommandScopeChatMember constructor

BotCommandScopeChatMember({
  1. String type = BotCommandScope.typeChatMember,
  2. required dynamic chatId,
})

Implementation

BotCommandScopeChatMember({
  this.type = BotCommandScope.typeChatMember,
  required this.chatId,
});