Interface StickerSets

Represents a list of sticker sets.

interface StickerSets {
    @type: "stickerSets";
    sets: StickerSetInfo[];
    total_count: number;
}

Properties

@type: "stickerSets"

List of sticker sets.

total_count: number

Approximate total number of sticker sets found.