Interface AccountSetPushSettingsParams

interface AccountSetPushSettingsParams {
    device_id: string;
    key?: string;
    settings?: string;
    value?: string | string[];
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

device_id: string

Unique device ID.

key?: string

Notification key.

settings?: string

Push settings in a [vk.com/dev/push_settings|special format].

value?: string | string[]

Generated using TypeDoc