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

    Interface ChatHistoryMessage

    A single chat message from history.

    interface ChatHistoryMessage {
        _id: string;
        created: string;
        message: string | null;
        roomName: string;
        userId: string;
    }
    Index

    Properties

    _id: string
    created: string
    message: string | null
    roomName: string
    userId: string