928 B
928 B
title | description |
---|---|
updateTrendingStickerSets | List of trending sticker sets was updated or some of them was viewed |
Constructor: updateTrendingStickerSets
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, }