Interface UpdateTrendingStickerSets

The list of trending sticker sets was updated or some of them were viewed. Subtype of Update.

interface UpdateTrendingStickerSets {
    @type: "updateTrendingStickerSets";
    sticker_sets: TrendingStickerSets;
    sticker_type: StickerType;
}

Properties

@type: "updateTrendingStickerSets"
sticker_sets: TrendingStickerSets

The prefix of the list of trending sticker sets with the newest trending sticker sets.

sticker_type: StickerType

Type of the affected stickers.