1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-12 01:00:55 +01:00
MadelineProto/old_docs/API_docs_v57/constructors/updateStickerSets.md

473 B

title description
updateStickerSets updateStickerSets attributes, type and example

Constructor: updateStickerSets

Back to constructors index

Attributes:

Name Type Required

Type: Update

Example:

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

Or, if you're into Lua:

updateStickerSets={_='updateStickerSets', }