BotCommandScopeChatMember constructor

BotCommandScopeChatMember(
  1. ChatID chatId,
  2. int userId
)

Basic constructor

Implementation

BotCommandScopeChatMember(
  this.chatId,
  this.userId,
);