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