SecretKeyRequestEventContent

@Serializable
data class SecretKeyRequestEventContent(val name: String?, val action: KeyRequestAction, val requestingDeviceId: String, val requestId: String) : ToDeviceEventContent

See also

Constructors

Link copied to clipboard
constructor(name: String?, action: KeyRequestAction, requestingDeviceId: String, requestId: String)

Properties

Link copied to clipboard
Link copied to clipboard
val name: String?
Link copied to clipboard
Link copied to clipboard