java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.ChatEventAction
it.tdlight.jni.TdApi.ChatEventMemberJoinedByRequest
- Enclosing class:
- TdApi
A new member was accepted to the chat
by an administrator.
-
Field Summary
Modifier and TypeFieldDescriptionlong
User identifier of the chat administrator, approved user join request.static final int
Invite link used to join the chat; may be null. -
Constructor Summary
ConstructorDescriptionA new member was accepted to the chat by an administrator.ChatEventMemberJoinedByRequest
(long approverUserId, TdApi.ChatInviteLink inviteLink) A new member was accepted to the chat by an administrator.A new member was accepted to the chat by an administrator. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
approverUserId
public long approverUserIdUser identifier of the chat administrator, approved user join request. -
inviteLink
Invite link used to join the chat; may be null. -
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
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
A new member was accepted to the chat by an administrator.- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-