Inherits ChatEventAction.
The supergroup location was changed.
Public Fields | |
object_ptr< chatLocation > | old_location_ |
Previous location; may be null. | |
object_ptr< chatLocation > | new_location_ |
New location; may be null. | |
Public Instance Methods | |
chatEventLocationChanged () | |
chatEventLocationChanged (object_ptr< chatLocation > &&old_location_, object_ptr< chatLocation > &&new_location_) | |
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 = -405930674 |
Identifier uniquely determining a type of the object. | |
The supergroup location was changed.
chatEventLocationChanged | ( | object_ptr< chatLocation > && | old_location_, |
object_ptr< chatLocation > && | new_location_ | ||
) |
The supergroup location was changed.
[in] | old_location_ | Previous location; may be null. |
[in] | new_location_ | New location; may be null. |
|
finalvirtual |