Interface GroupsLongPollSettings

interface GroupsLongPollSettings {
    api_version: string;
    is_enabled: number | boolean;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

api_version: string

API version used for the events

is_enabled: number | boolean

Shows whether Long Poll is enabled

Generated using TypeDoc