public static class TdApi.ChatEventLinkedChatChanged extends TdApi.ChatEventAction
| 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()
Returns an identifier uniquely determining type of the object.
|
toStringpublic 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()
TdApi.ObjectgetConstructor in class TdApi.Object