java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.ChatEventAction
it.tdlight.jni.TdApi.ChatEventLinkedChatChanged
- Enclosing class:
- TdApi
The linked chat of a supergroup was changed.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
long
New supergroup linked chat identifier.long
Previous supergroup linked chat identifier. -
Constructor Summary
ConstructorDescriptionThe linked chat of a supergroup was changed.ChatEventLinkedChatChanged
(long oldLinkedChatId, long newLinkedChatId) The linked chat of a supergroup was changed.The linked chat of a supergroup was changed. -
Method Summary
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:
-
-
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
The linked chat of a supergroup was changed.- 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()
-