mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-15 02:26:55 +01:00
44 lines
755 B
Markdown
44 lines
755 B
Markdown
---
|
|
title: updateSavedAnimations
|
|
description: List of saved animations was updated. Need to drop saved animations cache if have some
|
|
---
|
|
## Constructor: updateSavedAnimations
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
List of saved animations was updated. Need to drop saved animations cache if have some
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required | Description |
|
|
|----------|:-------------:|:--------:|------------:|
|
|
|
|
|
|
|
|
### Type: [Update](../types/Update.md)
|
|
|
|
|
|
### Example:
|
|
|
|
```
|
|
$updateSavedAnimations = ['_' => 'updateSavedAnimations', ];
|
|
```
|
|
|
|
[PWRTelegram](https://pwrtelegram.xyz) json-encoded version:
|
|
|
|
```
|
|
{"_":"updateSavedAnimations"}
|
|
```
|
|
|
|
|
|
Or, if you're into Lua:
|
|
|
|
|
|
```
|
|
updateSavedAnimations={_='updateSavedAnimations', }
|
|
|
|
```
|
|
|
|
|