Interface AdsGetCategoriesParams

interface AdsGetCategoriesParams {
    lang?: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

lang?: string

Language. The full list of supported languages is [vk.com/dev/api_requests|here].

Generated using TypeDoc