BotCommandScopeChatMember constructor

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

Creates a new BotCommandScopeChatMember object.

Implementation

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