GetPublicRoomsWithFilter

Constructors

Link copied to clipboard
constructor(server: String? = null)

Types

Link copied to clipboard
@Serializable
data class Request(val filter: GetPublicRoomsWithFilter.Request.Filter? = null, val includeAllNetworks: Boolean? = null, val limit: Long? = null, val since: String? = null, val thirdPartyInstanceId: String? = null)

Properties

Link copied to clipboard
open val requestContentType: ContentType?
Link copied to clipboard
open val responseContentType: ContentType?
Link copied to clipboard
@SerialName(value = "server")
val server: String?

Functions