public static class TdApi.ChatEventInviteLinkDeleted 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
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() |
toString
public TdApi.ChatInviteLink inviteLink
public static final int CONSTRUCTOR
public ChatEventInviteLinkDeleted()
public ChatEventInviteLinkDeleted(TdApi.ChatInviteLink inviteLink)
inviteLink
- The invite link.public int getConstructor()
getConstructor
in class TdApi.ChatEventAction