Interface UpdateChannelEvent

Подія оновлення каналу.

interface UpdateChannelEvent {
    channel_id: string;
    conversation_id: string;
    timestamp: number;
    updated_at: number;
}

Hierarchy (view full)

Properties

channel_id: string

Ідентифікатор каналу.

conversation_id: string

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

timestamp: number

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

updated_at: number

Час оновлення.