mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-15 00:26:57 +01:00
755 B
755 B
title | description |
---|---|
updateSavedAnimations | List of saved animations was updated. Need to drop saved animations cache if have some |
Constructor: updateSavedAnimations
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', }