Package it.tdlight.jni
Class TdApi.ChatEventLinkedChatChanged
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.ChatEventAction
it.tdlight.jni.TdApi.ChatEventLinkedChatChanged
- Enclosing class:
- TdApi
public static class TdApi.ChatEventLinkedChatChanged extends TdApi.ChatEventAction
The linked chat of a supergroup was changed.
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
long
newLinkedChatId
New supergroup linked chat identifier.long
oldLinkedChatId
Previous supergroup linked chat identifier. -
Constructor Summary
Constructors Constructor Description ChatEventLinkedChatChanged()
The linked chat of a supergroup was changed.ChatEventLinkedChatChanged(long oldLinkedChatId, long newLinkedChatId)
The linked chat of a supergroup was changed.ChatEventLinkedChatChanged(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
-
oldLinkedChatId
public long oldLinkedChatIdPrevious supergroup linked chat identifier. -
newLinkedChatId
public long newLinkedChatIdNew supergroup linked chat identifier. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
ChatEventLinkedChatChanged
public ChatEventLinkedChatChanged()The linked chat of a supergroup was changed. -
ChatEventLinkedChatChanged
public ChatEventLinkedChatChanged(long oldLinkedChatId, long newLinkedChatId)The linked chat of a supergroup was changed.- Parameters:
oldLinkedChatId
- long Previous supergroup linked chat identifier.newLinkedChatId
- long New supergroup linked chat identifier.
-
ChatEventLinkedChatChanged
- 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()
-