Inherits Update.
The list of available message effects has changed.
Public Fields | |
array< int64 > | reaction_effect_ids_ |
The new list of available message effects from emoji reactions. | |
array< int64 > | sticker_effect_ids_ |
The new list of available message effects from Premium stickers. | |
Public Instance Methods | |
updateAvailableMessageEffects () | |
updateAvailableMessageEffects (array< int64 > &&reaction_effect_ids_, array< int64 > &&sticker_effect_ids_) | |
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 = 1964701061 |
Identifier uniquely determining a type of the object. | |
The list of available message effects has changed.
updateAvailableMessageEffects | ( | array< int64 > && | reaction_effect_ids_, |
array< int64 > && | sticker_effect_ids_ | ||
) |
The list of available message effects has changed.
[in] | reaction_effect_ids_ | The new list of available message effects from emoji reactions. |
[in] | sticker_effect_ids_ | The new list of available message effects from Premium stickers. |
|
finalvirtual |