Package org.drinkless.tdlib
Class TdApi.ChatEventLinkedChatChanged
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.ChatEventAction
-
- org.drinkless.tdlib.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 intCONSTRUCTORIdentifier uniquely determining type of the object.longnewLinkedChatIdNew supergroup linked chat identifier.longoldLinkedChatIdPrevious 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.
-
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
-
oldLinkedChatId
public long oldLinkedChatId
Previous supergroup linked chat identifier.
-
newLinkedChatId
public long newLinkedChatId
New supergroup linked chat identifier.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
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- Previous supergroup linked chat identifier.newLinkedChatId- New supergroup linked chat identifier.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-