BotCommandScopeChatMember constructor

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

A scope covering a member of a chat

Implementation

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