Interface GetAttachedStickerSets

Returns a list of sticker sets attached to a file, including regular, mask, and emoji sticker sets. Currently, only animations, photos, and videos can have attached sticker sets. Request type for Tdjson#getAttachedStickerSets.

interface GetAttachedStickerSets {
    @type: "getAttachedStickerSets";
    file_id: number;
}

Properties

Properties

@type: "getAttachedStickerSets"
file_id: number

File identifier.