685 B
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
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'}