Interface GiftsLayout

interface GiftsLayout {
    build_id: string;
    id: number;
    is_stickers_style: number | boolean;
    keywords: string;
    stickers_product_id: number;
    thumb_256: string;
    thumb_48: string;
    thumb_512: string;
    thumb_96: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

build_id: string

ID of the build of constructor gift

id: number

Gift ID

is_stickers_style: number | boolean

Information whether gift represents a stickers style

keywords: string

Keywords used for search

stickers_product_id: number

ID of the sticker pack, if the gift is representing one

thumb_256: string

URL of the preview image with 256 px in width

thumb_48: string

URL of the preview image with 48 px in width

thumb_512: string

URL of the preview image with 512 px in width

thumb_96: string

URL of the preview image with 96 px in width

Generated using TypeDoc