BotCommandScopeChatMember constructor

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

Implementation

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