Module tdlight.api

Class TdApi.ChatEventMemberJoinedByRequest

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.ChatEventAction
it.tdlight.jni.TdApi.ChatEventMemberJoinedByRequest
Enclosing class:
TdApi

public static final 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
      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 - long User identifier of the chat administrator, approved user join request.
      inviteLink - ChatInviteLink Invite link used to join the chat; may be null.
    • ChatEventMemberJoinedByRequest

      public ChatEventMemberJoinedByRequest(DataInput input) throws IOException
      A new member was accepted to the chat by an administrator.
      Throws:
      IOException
  • Method Details