Inherits Update.
Some animated emoji message was clicked and a big animated sticker must be played if the message is visible on the screen. chatActionWatchingAnimations with the text of the message needs to be sent if the sticker is played.
Public Fields | |
int53 | chat_id_ |
Chat identifier. | |
int53 | message_id_ |
Message identifier. | |
object_ptr< sticker > | sticker_ |
The animated sticker to be played. | |
Public Instance Methods | |
updateAnimatedEmojiMessageClicked () | |
updateAnimatedEmojiMessageClicked (int53 chat_id_, int53 message_id_, object_ptr< sticker > &&sticker_) | |
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 = -1558809595 |
Identifier uniquely determining a type of the object. | |
Some animated emoji message was clicked and a big animated sticker must be played if the message is visible on the screen. chatActionWatchingAnimations with the text of the message needs to be sent if the sticker is played.
updateAnimatedEmojiMessageClicked | ( | int53 | chat_id_, |
int53 | message_id_, | ||
object_ptr< sticker > && | sticker_ | ||
) |
Some animated emoji message was clicked and a big animated sticker must be played if the message is visible on the screen. chatActionWatchingAnimations with the text of the message needs to be sent if the sticker is played.
[in] | chat_id_ | Chat identifier. |
[in] | message_id_ | Message identifier. |
[in] | sticker_ | The animated sticker to be played. |
|
finalvirtual |