Inherits ChatEventAction.
The linked chat of a supergroup was changed.
Public Fields | |
int53 | old_linked_chat_id_ |
Previous supergroup linked chat identifier. | |
int53 | new_linked_chat_id_ |
New supergroup linked chat identifier. | |
Public Instance Methods | |
chatEventLinkedChatChanged () | |
chatEventLinkedChatChanged (int53 old_linked_chat_id_, int53 new_linked_chat_id_) | |
void | store (TlStorerToString &s, const char *field_name) const final |
Public Instance Methods inherited from TlObject | |
virtual void | store (TlStorerUnsafe &s) const |
virtual void | store (TlStorerCalcLength &s) const |
TlObject ()=default | |
TlObject (const TlObject &)=delete | |
TlObject & | operator= (const TlObject &)=delete |
TlObject (TlObject &&)=default | |
TlObject & | operator= (TlObject &&)=default |
virtual | ~TlObject ()=default |
Static Public Attributes | |
static const std::int32_t | ID = 1797419439 |
Identifier uniquely determining a type of the object. | |
The linked chat of a supergroup was changed.
chatEventLinkedChatChanged | ( | int53 | old_linked_chat_id_, |
int53 | new_linked_chat_id_ | ||
) |
The linked chat of a supergroup was changed.
[in] | old_linked_chat_id_ | Previous supergroup linked chat identifier. |
[in] | new_linked_chat_id_ | New supergroup linked chat identifier. |
|
finalvirtual |