Interface TrendingStickerSets

Represents a list of trending sticker sets.

interface TrendingStickerSets {
    @type: "trendingStickerSets";
    is_premium?: boolean;
    sets: StickerSetInfo[];
    total_count: number;
}

Properties

@type: "trendingStickerSets"
is_premium?: boolean

True, if the list contains sticker sets with premium stickers.

List of trending sticker sets.

total_count: number

Approximate total number of trending sticker sets.