public static class TdApi.ChatEventMemberJoinedByInviteLink extends TdApi.ChatEventAction
TdApi.ChatEventAction.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.ChatInviteLink |
inviteLink
Invite link used to join the chat.
|
Constructor and Description |
---|
ChatEventMemberJoinedByInviteLink()
A new member joined the chat via an invite link.
|
ChatEventMemberJoinedByInviteLink(TdApi.ChatInviteLink inviteLink)
A new member joined the chat via an invite link.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public TdApi.ChatInviteLink inviteLink
public static final int CONSTRUCTOR
public ChatEventMemberJoinedByInviteLink()
public ChatEventMemberJoinedByInviteLink(TdApi.ChatInviteLink inviteLink)
inviteLink
- Invite link used to join the chat.public int getConstructor()
getConstructor
in class TdApi.ChatEventAction