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

Properties

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