Class TdApi.BotCommandScopeChatMember

Enclosing class:
TdApi

public static class TdApi.BotCommandScopeChatMember
extends TdApi.BotCommandScope
A scope covering a member of a chat.
  • Field Details

    • chatId

      public long chatId
      Chat identifier.
    • userId

      public long userId
      User identifier.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
      Constant Field Values
  • Constructor Details

    • BotCommandScopeChatMember

      public BotCommandScopeChatMember()
      A scope covering a member of a chat.
    • BotCommandScopeChatMember

      public BotCommandScopeChatMember​(long chatId, long userId)
      A scope covering a member of a chat.
      Parameters:
      chatId - long Chat identifier.
      userId - long User identifier.
    • BotCommandScopeChatMember

      public BotCommandScopeChatMember​(DataInput input) throws IOException
      Throws:
      IOException
  • Method Details