Mayson Monorepo Documentation
    Preparing search index...

    Interface ChatHistoryResponse

    Response from getting chat history

    interface ChatHistoryResponse {
        messages: IChatMessage[];
        hasMore: boolean;
        total: number;
    }
    Index

    Properties

    messages: IChatMessage[]
    hasMore: boolean
    total: number