Interface RemoveStickerFromSet

Removes a sticker from the set to which it belongs. The sticker set must be owned by the current user. Request type for Tdjson#removeStickerFromSet.

interface RemoveStickerFromSet {
    @type: "removeStickerFromSet";
    sticker: InputFile;
}

Properties

Properties

@type: "removeStickerFromSet"
sticker: InputFile

Sticker to remove from the set.