MadelineProto/docs/TD_docs/constructors/updateTrendingStickerSets.md
2017-07-23 16:33:46 +02:00

925 B

title description
updateTrendingStickerSets List of trending sticker sets was updated or some of them was viewed

Constructor: updateTrendingStickerSets

Back to constructors index

List of trending sticker sets was updated or some of them was viewed

Attributes:

Name Type Required Description
sticker_sets stickerSets Yes New list of trending sticker sets

Type: Update

Example:

$updateTrendingStickerSets = ['_' => 'updateTrendingStickerSets', 'sticker_sets' => stickerSets];

PWRTelegram json-encoded version:

{"_": "updateTrendingStickerSets", "sticker_sets": stickerSets}

Or, if you're into Lua:

updateTrendingStickerSets={_='updateTrendingStickerSets', sticker_sets=stickerSets}