1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-15 00:46:56 +01:00
MadelineProto/docs/TD_docs/constructors/updateSavedAnimations.md
Daniil Gentili 9d77dc0919 AMP fixes
2017-08-20 09:05:56 +00:00

752 B

title description
updateSavedAnimations List of saved animations was updated. Need to drop saved animations cache if have some

Constructor: updateSavedAnimations

Back to constructors index

List of saved animations was updated. Need to drop saved animations cache if have some

Attributes:

Name Type Required Description

Type: Update

Example:

$updateSavedAnimations = ['_' => 'updateSavedAnimations'];

PWRTelegram json-encoded version:

{"_": "updateSavedAnimations"}

Or, if you're into Lua:

updateSavedAnimations={_='updateSavedAnimations'}