Class TdApi.ChatEventMemberJoinedByRequest

Enclosing class:
TdApi

public static class TdApi.ChatEventMemberJoinedByRequest extends TdApi.ChatEventAction
A new member was accepted to the chat by an administrator.
  • Field Details

    • approverUserId

      public long approverUserId
      User identifier of the chat administrator, approved user join request.
    • CONSTRUCTOR

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

    • ChatEventMemberJoinedByRequest

      public ChatEventMemberJoinedByRequest()
      A new member was accepted to the chat by an administrator.
    • ChatEventMemberJoinedByRequest

      public ChatEventMemberJoinedByRequest(long approverUserId, TdApi.ChatInviteLink inviteLink)
      A new member was accepted to the chat by an administrator.
      Parameters:
      approverUserId - User identifier of the chat administrator, approved user join request.
      inviteLink - Invite link used to join the chat; may be null.
  • 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