public static class TdApi.ChatEventInviteLinkDeleted extends TdApi.ChatEventAction
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.ChatInviteLink |
inviteLink
The invite link.
|
| Constructor and Description |
|---|
ChatEventInviteLinkDeleted()
A revoked chat invite link was deleted.
|
ChatEventInviteLinkDeleted(TdApi.ChatInviteLink inviteLink)
A revoked chat invite link was deleted.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.ChatInviteLink inviteLink
public static final int CONSTRUCTOR
public ChatEventInviteLinkDeleted()
public ChatEventInviteLinkDeleted(TdApi.ChatInviteLink inviteLink)
inviteLink - The invite link.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object