Interface GroupsLongPollServer

interface GroupsLongPollServer {
    key: string;
    server: string;
    ts: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

key: string

Long Poll key

server: string

Long Poll server address

ts: string

Number of the last event

Generated using TypeDoc