matrix-js-sdk
    Preparing search index...

    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