public static class TdApi.ChatEventInviteLinkRevoked 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 |
|---|
ChatEventInviteLinkRevoked()
A chat invite link was revoked.
|
ChatEventInviteLinkRevoked(TdApi.ChatInviteLink inviteLink)
A chat invite link was revoked.
|
| 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 ChatEventInviteLinkRevoked()
public ChatEventInviteLinkRevoked(TdApi.ChatInviteLink inviteLink)
inviteLink - The invite link.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object