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 Detail

      • approverUserId

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

        public TdApi.ChatInviteLink inviteLink
        Invite link used to join the chat; may be null.
      • CONSTRUCTOR

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • 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.