Package org.drinkless.tdlib
Class TdApi.ChatEventMemberJoinedByRequest
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.ChatEventAction
-
- org.drinkless.tdlib.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 Summary
Fields Modifier and Type Field Description longapproverUserIdUser identifier of the chat administrator, approved user join request.static intCONSTRUCTORIdentifier uniquely determining type of the object.TdApi.ChatInviteLinkinviteLinkInvite link used to join the chat; may be null.
-
Constructor Summary
Constructors Constructor Description ChatEventMemberJoinedByRequest()A 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
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.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-