MadelineProtoDocs/old_docs/API_docs_v30/constructors/updateSavedGifs.md

34 lines
685 B
Markdown

---
title: updateSavedGifs
description: The saved gif list has changed, the client should refetch it using [messages.getSavedGifs](https://core.telegram.org/method/messages.getSavedGifs)
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: updateSavedGifs
[Back to constructors index](index.md)
The saved gif list has changed, the client should refetch it using [messages.getSavedGifs](https://core.telegram.org/method/messages.getSavedGifs)
### Type: [Update](../types/Update.md)
### Example:
```php
$updateSavedGifs = ['_' => 'updateSavedGifs'];
```
Or, if you're into Lua:
```lua
updateSavedGifs={_='updateSavedGifs'}
```