mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-02 23:07:45 +01:00
376 B
376 B
title | description |
---|---|
updateStickerSets | updateStickerSets attributes, type and example |
Constructor: updateStickerSets
Type: Update
Example:
$updateStickerSets = ['_' => 'updateStickerSets', ];
Or, if you're into Lua:
updateStickerSets={_='updateStickerSets', }