MadelineProtoDocs/old_docs/API_docs_v14/constructors/updateSavedGifs.md

685 B

title description image
updateSavedGifs The saved gif list has changed, the client should refetch it using [messages.getSavedGifs](https://core.telegram.org/method/messages.getSavedGifs) https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: updateSavedGifs

Back to constructors index

The saved gif list has changed, the client should refetch it using messages.getSavedGifs

Type: Update

Example:

$updateSavedGifs = ['_' => 'updateSavedGifs'];

Or, if you're into Lua:

updateSavedGifs={_='updateSavedGifs'}