Interface GroupsGetOnlineStatusResponse

interface GroupsGetOnlineStatusResponse {
    minutes: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

minutes: number

Estimated time of answer (for status = answer_mark)

Generated using TypeDoc