MadelineProto/docs/TD_docs/constructors/updateSavedAnimations.md

37 lines
653 B
Markdown
Raw Normal View History

---
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', ];
```
Or, if you're into Lua:
```
updateSavedAnimations={_='updateSavedAnimations', }
```