Inherits ChatEventAction.
The chat emoji status was changed.
Public Fields | |
object_ptr< emojiStatus > | old_emoji_status_ |
Previous emoji status; may be null if none. | |
object_ptr< emojiStatus > | new_emoji_status_ |
New emoji status; may be null if none. | |
Public Instance Methods | |
chatEventEmojiStatusChanged () | |
chatEventEmojiStatusChanged (object_ptr< emojiStatus > &&old_emoji_status_, object_ptr< emojiStatus > &&new_emoji_status_) | |
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 = -2081850594 |
Identifier uniquely determining a type of the object. | |
The chat emoji status was changed.
chatEventEmojiStatusChanged | ( | object_ptr< emojiStatus > && | old_emoji_status_, |
object_ptr< emojiStatus > && | new_emoji_status_ | ||
) |
The chat emoji status was changed.
[in] | old_emoji_status_ | Previous emoji status; may be null if none. |
[in] | new_emoji_status_ | New emoji status; may be null if none. |
|
finalvirtual |