Wactorz JS
    Preparing search index...

    Interface ChatMessage

    Chat message (user → agent or agent → user).

    interface ChatMessage {
        content: string;
        from: string;
        id: string;
        timestampMs: number;
        to: string;
    }
    Index

    Properties

    content: string
    from: string
    id: string
    timestampMs: number
    to: string