Interface CloseEvent

Подія закриття чату.

interface CloseEvent {
    cause: string;
    conversation_id: string;
    from_channel_id: string;
    timestamp: number;
}

Hierarchy (view full)

Properties

cause: string

Причина закриття.

conversation_id: string

Ідентифікатор розмови.

from_channel_id: string

Ідентифікатор каналу, з якого закрито розмову.

timestamp: number

Час події (Unix timestamp).