public static class TdApi.ChatEventMemberJoinedByRequest extends TdApi.ChatEventAction
| Modifier and Type | Field and Description |
|---|---|
long |
approverUserId
User identifier of the chat administrator, approved user join request.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.ChatInviteLink |
inviteLink
Invite link used to join the chat; may be null.
|
| Constructor and 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.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long approverUserId
public TdApi.ChatInviteLink inviteLink
public static final int CONSTRUCTOR
public ChatEventMemberJoinedByRequest()
public ChatEventMemberJoinedByRequest(long approverUserId,
TdApi.ChatInviteLink inviteLink)
approverUserId - User identifier of the chat administrator, approved user join request.inviteLink - Invite link used to join the chat; may be null.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object