Public Rooms Params
@JsonClass(generateAdapter = true )
Class to pass parameters to get the public rooms list.
Constructors
Link copied to clipboard
constructor(@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)
Properties
Link copied to clipboard
Filter to apply to the results.
Link copied to clipboard
Whether or not to include all known networks/protocols from application services on the homeserver. Defaults to false.
Link copied to clipboard
The specific third party network/protocol to request from the homeserver. Can only be used if include_all_networks is false.