PublicRoomsResponse
@JsonClass(generateAdapter = true)
Content copied to clipboard
Class representing the public rooms request response.
Constructors
Link copied to clipboard
fun PublicRoomsResponse( @Json(name = "next_batch") nextBatch: String? = null, @Json(name = "prev_batch") prevBatch: String? = null, @Json(name = "chunk") chunk: List<PublicRoom>? = null, @Json(name = "total_room_count_estimate") totalRoomCountEstimate: Int? = null)
Content copied to clipboard