public static class TdApi.ChatEventMemberJoinedByInviteLink extends TdApi.ChatEventAction
| 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.
|
boolean |
viaChatFolderInviteLink
True, if the user has joined the chat using an invite link for a chat folder.
|
| Constructor and Description |
|---|
ChatEventMemberJoinedByInviteLink()
A new member joined the chat via an invite link.
|
ChatEventMemberJoinedByInviteLink(TdApi.ChatInviteLink inviteLink,
boolean viaChatFolderInviteLink)
A new member joined the chat via an invite link.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.ChatInviteLink inviteLink
public boolean viaChatFolderInviteLink
public static final int CONSTRUCTOR
public ChatEventMemberJoinedByInviteLink()
public ChatEventMemberJoinedByInviteLink(TdApi.ChatInviteLink inviteLink, boolean viaChatFolderInviteLink)
inviteLink - Invite link used to join the chat.viaChatFolderInviteLink - True, if the user has joined the chat using an invite link for a chat folder.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object