Interface RemoveRecentSticker

Removes a sticker from the list of recently used stickers. Request type for Tdjson#removeRecentSticker.

interface RemoveRecentSticker {
    @type: "removeRecentSticker";
    is_attached?: boolean;
    sticker: InputFile;
}

Properties

@type: "removeRecentSticker"
is_attached?: boolean

Pass true to remove the sticker from the list of stickers recently attached to photo or video files; pass false to remove the sticker from the list of recently sent stickers.

sticker: InputFile

Sticker file to delete.