Interface MessageDeleted

Інтерфейс для видаленого повідомлення.

interface MessageDeleted {
    channel_id: string;
    conversation_id: string;
    created_at?: number;
    id: number;
    text: string;
    timestamp: number;
    type: string;
}

Properties

channel_id: string

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

conversation_id: string

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

created_at?: number

Час створення.

id: number

Ідентифікатор повідомлення.

text: string

Текст повідомлення.

timestamp: number

Час повідомлення.

type: string

Тип повідомлення.