Interface RemoveFavoriteSticker

Removes a sticker from the list of favorite stickers. Request type for Tdjson#removeFavoriteSticker.

interface RemoveFavoriteSticker {
    @type: "removeFavoriteSticker";
    sticker: InputFile;
}

Properties

Properties

@type: "removeFavoriteSticker"
sticker: InputFile

Sticker file to delete from the list.