Inherits Update.
The list of saved animations was updated.
Public Fields | |
array< int32 > | animation_ids_ |
The new list of file identifiers of saved animations. | |
Public Instance Methods | |
updateSavedAnimations () | |
updateSavedAnimations (array< int32 > &&animation_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 = 65563814 |
Identifier uniquely determining a type of the object. | |
The list of saved animations was updated.
|
explicit |
The list of saved animations was updated.
[in] | animation_ids_ | The new list of file identifiers of saved animations. |
|
finalvirtual |