Package org.drinkless.tdlib
Class TdApi.ChatEventInviteLinkDeleted
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.ChatEventAction
-
- org.drinkless.tdlib.TdApi.ChatEventInviteLinkDeleted
-
- Enclosing class:
- TdApi
public static class TdApi.ChatEventInviteLinkDeleted extends TdApi.ChatEventAction
A revoked chat invite link was deleted.
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.TdApi.ChatInviteLinkinviteLinkThe invite link.
-
Constructor Summary
Constructors Constructor Description ChatEventInviteLinkDeleted()A revoked chat invite link was deleted.ChatEventInviteLinkDeleted(TdApi.ChatInviteLink inviteLink)A revoked chat invite link was deleted.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
inviteLink
public TdApi.ChatInviteLink inviteLink
The invite link.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ChatEventInviteLinkDeleted
public ChatEventInviteLinkDeleted()
A revoked chat invite link was deleted.
-
ChatEventInviteLinkDeleted
public ChatEventInviteLinkDeleted(TdApi.ChatInviteLink inviteLink)
A revoked chat invite link was deleted.- Parameters:
inviteLink- The invite link.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-