Hiyve Components - v1.0.0
    Preparing search index...

    Interface UserChatMessage

    Chat message in the format expected by ChatMessageList.

    interface UserChatMessage {
        content: string;
        id: string;
        isLocal?: boolean;
        timestamp: string | Date;
        userId: string;
    }
    Index

    Properties

    content: string
    id: string
    isLocal?: boolean
    timestamp: string | Date
    userId: string