Class TdApi.UpdateChatMember

Enclosing class:
TdApi

public static class TdApi.UpdateChatMember extends TdApi.Update
User rights changed in a chat; for bots only.
  • Field Details

    • chatId

      public long chatId
      Chat identifier.
    • actorUserId

      public long actorUserId
      Identifier of the user, changing the rights.
    • date

      public int date
      Point in time (Unix timestamp) when the user rights were changed.
    • viaJoinRequest

      public boolean viaJoinRequest
      True, if the user has joined the chat after sending a join request and being approved by an administrator.
    • oldChatMember

      public TdApi.ChatMember oldChatMember
      Previous chat member.
    • newChatMember

      public TdApi.ChatMember newChatMember
      New chat member.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • UpdateChatMember

      public UpdateChatMember()
      User rights changed in a chat; for bots only.
    • UpdateChatMember

      public UpdateChatMember(long chatId, long actorUserId, int date, TdApi.ChatInviteLink inviteLink, boolean viaJoinRequest, boolean viaChatFolderInviteLink, TdApi.ChatMember oldChatMember, TdApi.ChatMember newChatMember)
      User rights changed in a chat; for bots only.
      Parameters:
      chatId - Chat identifier.
      actorUserId - Identifier of the user, changing the rights.
      date - Point in time (Unix timestamp) when the user rights were changed.
      inviteLink - If user has joined the chat using an invite link, the invite link; may be null.
      viaJoinRequest - True, if the user has joined the chat after sending a join request and being approved by an administrator.
      viaChatFolderInviteLink - True, if the user has joined the chat using an invite link for a chat folder.
      oldChatMember - Previous chat member.
      newChatMember - New chat member.
  • Method Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR