Package it.tdlight.jni
Class TdApi.ChatEventInviteLinkEdited
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.ChatEventAction
it.tdlight.jni.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 int
CONSTRUCTOR
TdApi.ChatInviteLink
newInviteLink
New information about the invite link.TdApi.ChatInviteLink
oldInviteLink
Previous 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.ChatEventInviteLinkEdited(DataInput input)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
oldInviteLink
Previous information about the invite link. -
newInviteLink
New information about the invite link. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
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
- ChatInviteLink Previous information about the invite link.newInviteLink
- ChatInviteLink New information about the invite link.
-
ChatEventInviteLinkEdited
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-