public static class TdApi.ChatEventMemberJoinedByRequest extends TdApi.ChatEventAction
TdApi.ChatEventAction.Constructors
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() |
toString
public long approverUserId
@Nullable 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()
getConstructor
in class TdApi.ChatEventAction