matrix-js-sdk

    Interface IPublicRoomsResponse

    interface IPublicRoomsResponse {
        chunk: IPublicRoomsChunkRoom[];
        next_batch?: string;
        prev_batch?: string;
        total_room_count_estimate?: number;
    }
    Index

    Properties

    next_batch?: string
    prev_batch?: string
    total_room_count_estimate?: number
    MMNEPVFCICPMFPCPTTAAATR