public static class TdApi.ChatEventLinkedChatChanged extends TdApi.ChatEventAction
TdApi.ChatEventAction.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
long |
newLinkedChatId
New supergroup linked chat identifier.
|
long |
oldLinkedChatId
Previous supergroup linked chat identifier.
|
Constructor and Description |
---|
ChatEventLinkedChatChanged()
The linked chat of a supergroup was changed.
|
ChatEventLinkedChatChanged(long oldLinkedChatId,
long newLinkedChatId)
The linked chat of a supergroup was changed.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public long oldLinkedChatId
public long newLinkedChatId
public static final int CONSTRUCTOR
public ChatEventLinkedChatChanged()
public ChatEventLinkedChatChanged(long oldLinkedChatId, long newLinkedChatId)
oldLinkedChatId
- Previous supergroup linked chat identifier.newLinkedChatId
- New supergroup linked chat identifier.public int getConstructor()
getConstructor
in class TdApi.ChatEventAction