Interface BaseChatEvent

Базовий інтерфейс події чату.

interface BaseChatEvent {
    conversation_id: string;
    timestamp: number;
}

Hierarchy (view full)

Properties

conversation_id: string

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

timestamp: number

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