MadelineProto/old_docs/API_docs_v70/constructors/updateStickerSets.md

471 B

title description
updateStickerSets updateStickerSets attributes, type and example

Constructor: updateStickerSets

Back to constructors index

Type: Update

Example:

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

PWRTelegram json-encoded version:

{"_": "updateStickerSets"}

Or, if you're into Lua:

updateStickerSets={_='updateStickerSets'}