Package org.drinkless.tdlib
Class TdApi.ChatEventInviteLinkEdited
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.ChatEventAction
-
- org.drinkless.tdlib.TdApi.ChatEventInviteLinkEdited
-
- Enclosing class:
- TdApi
public static class TdApi.ChatEventInviteLinkEdited extends TdApi.ChatEventAction
A chat invite link was edited.
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.TdApi.ChatInviteLinknewInviteLinkNew information about the invite link.TdApi.ChatInviteLinkoldInviteLinkPrevious information about the invite link.
-
Constructor Summary
Constructors Constructor Description ChatEventInviteLinkEdited()A chat invite link was edited.ChatEventInviteLinkEdited(TdApi.ChatInviteLink oldInviteLink, TdApi.ChatInviteLink newInviteLink)A chat invite link was edited.
-
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
-
oldInviteLink
public TdApi.ChatInviteLink oldInviteLink
Previous information about the invite link.
-
newInviteLink
public TdApi.ChatInviteLink newInviteLink
New information about the invite link.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ChatEventInviteLinkEdited
public ChatEventInviteLinkEdited()
A chat invite link was edited.
-
ChatEventInviteLinkEdited
public ChatEventInviteLinkEdited(TdApi.ChatInviteLink oldInviteLink, TdApi.ChatInviteLink newInviteLink)
A chat invite link was edited.- Parameters:
oldInviteLink- Previous information about the invite link.newInviteLink- New information about the invite link.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-