1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-04 18:38:36 +01:00
MadelineProto/old_docs/API_docs_v57/constructors/updateSavedGifs.md

362 B

title description
updateSavedGifs updateSavedGifs attributes, type and example

Constructor: updateSavedGifs

Back to constructors index

Type: Update

Example:

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

Or, if you're into Lua:

updateSavedGifs={_='updateSavedGifs', }