Interface GetInstalledStickerSets

Returns a list of installed sticker sets. Request type for Tdjson#getInstalledStickerSets.

interface GetInstalledStickerSets {
    @type: "getInstalledStickerSets";
    sticker_type: StickerType;
}

Properties

Properties

@type: "getInstalledStickerSets"
sticker_type: StickerType

Type of the sticker sets to return.