MadelineProtoDocs/docs/API_docs/constructors/updateSavedGifs.md

25 lines
601 B
Markdown
Raw Normal View History

2024-05-01 14:53:46 +02:00
---
title: "updateSavedGifs"
description: "The saved gif list has changed, the client should refetch it using messages.getSavedGifs"
nav_exclude: true
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: updateSavedGifs
[Back to constructors index](/API_docs/constructors/index.html)
The saved gif list has changed, the client should refetch it using [messages.getSavedGifs](https://core.telegram.org/method/messages.getSavedGifs)
### Type: [Update](/API_docs/types/Update.html)
### Example:
```
$updateSavedGifs = ['_' => 'updateSavedGifs'];
```