Module tdlight.api

Class TdApi.BotCommandScopeChatMember

Enclosing class:
TdApi

public static final 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:
  • 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
      A scope covering a member of a chat.
      Throws:
      IOException
  • Method Details