PublicRoomsParams
@JsonClass(generateAdapter = true)
Content copied to clipboard
Class to pass parameters to get the public rooms list.
Constructors
Link copied to clipboard
fun PublicRoomsParams( @Json(name = "limit") limit: Int? = null, @Json(name = "since") since: String? = null, @Json(name = "filter") filter: PublicRoomsFilter? = null, @Json(name = "include_all_networks") includeAllNetworks: Boolean = false, @Json(name = "third_party_instance_id") thirdPartyInstanceId: String? = null)
Content copied to clipboard