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

    Interface MessagesResponse

    interface MessagesResponse {
        chunk: RoomEvent[];
        error?: string;
    }
    Index

    Properties

    Properties

    chunk: RoomEvent[]

    Array of room events

    error?: string

    Error message if request failed