Interface StoreGetFavoriteStickersResponse

interface StoreGetFavoriteStickersResponse {
    count: number;
    items: BaseStickerNew[];
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

count: number

Count of favorite stickers

Generated using TypeDoc