Interface AdsGetUploadURLParams

interface AdsGetUploadURLParams {
    ad_format: 2 | 1 | 4 | 10 | 7 | 11;
    icon?: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

ad_format: 2 | 1 | 4 | 10 | 7 | 11

Ad format: *1 - image and text,, *2 - big image,, *3 - exclusive format,, *4 - community, square image,, *7 - special app format.

icon?: number

Generated using TypeDoc