Interface UpdateRecentStickers

The list of recently used stickers was updated. Subtype of Update.

interface UpdateRecentStickers {
    @type: "updateRecentStickers";
    is_attached?: boolean;
    sticker_ids: number[];
}

Properties

@type: "updateRecentStickers"
is_attached?: boolean

True, if the list of stickers attached to photo or video files was updated; otherwise, the list of sent stickers is updated.

sticker_ids: number[]

The new list of file identifiers of recently used stickers.