GetServerKeys

@Serializable
data class GetServerKeys(val keyId: String? = null) : MatrixEndpoint<Unit, Signed<ServerKeys, String>>

See also

Constructors

Link copied to clipboard
fun GetServerKeys(keyId: String? = 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<Signed<ServerKeys, String>>?

Properties

Link copied to clipboard
val keyId: String? = null
Link copied to clipboard
open val requestContentType: ContentType?
Link copied to clipboard
open val responseContentType: ContentType?