@joblist/components - v0.3.4
    Preparing search index...

    Interface MatrixMessagesResponse

    interface MatrixMessagesResponse {
        chunk: MatrixRoomEvent[];
        error?: string;
    }
    Index

    Properties

    Properties

    Array of room events

    error?: string

    Error message if request failed