Interface MessagesLongpollParams

interface MessagesLongpollParams {
    key: string;
    pts: number;
    server: string;
    ts: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

key: string

Key

pts: number

Persistent timestamp

server: string

Server URL

ts: number

Timestamp

Generated using TypeDoc