QueryServerKeysByServer

@Serializable
data class QueryServerKeysByServer(val serverName: String, val minimumValidUntil: Long? = null) : MatrixEndpoint<Unit, QueryServerKeysResponse>

See also

Constructors

Link copied to clipboard
fun QueryServerKeysByServer(serverName: String, minimumValidUntil: Long? = null)

Functions

Link copied to clipboard
open fun requestSerializerBuilder(mappings: EventContentSerializerMappings, json: Json): KSerializer<Unit>?
Link copied to clipboard
open fun responseSerializerBuilder(mappings: EventContentSerializerMappings, json: Json): KSerializer<QueryServerKeysResponse>?

Properties

Link copied to clipboard
val minimumValidUntil: Long? = null
Link copied to clipboard
open val requestContentType: ContentType?
Link copied to clipboard
open val responseContentType: ContentType?
Link copied to clipboard