Interface UpdateFavoriteStickers

The list of favorite stickers was updated. Subtype of Update.

interface UpdateFavoriteStickers {
    @type: "updateFavoriteStickers";
    sticker_ids: number[];
}

Properties

Properties

@type: "updateFavoriteStickers"
sticker_ids: number[]

The new list of file identifiers of favorite stickers.