mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-11 23:19:38 +01:00
459 B
459 B
title | description |
---|---|
updateSavedGifs | updateSavedGifs attributes, type and example |
Constructor: updateSavedGifs
Attributes:
Name | Type | Required |
---|
Type: Update
Example:
$updateSavedGifs = ['_' => 'updateSavedGifs', ];
Or, if you're into Lua:
updateSavedGifs={_='updateSavedGifs', }