trixnity-core
Toggle table of contents
4.12.2
common
Platform filter
common
Switch theme
Search in API
trixnity-core
trixnity-core
/
net.folivo.trixnity.core.model.events.m.secret
Package-level
declarations
Types
Types
Secret
Key
Request
Event
Content
Link copied to clipboard
@
Serializable
data
class
SecretKeyRequestEventContent
(
val
name
:
String
?
,
val
action
:
KeyRequestAction
,
val
requestingDeviceId
:
String
,
val
requestId
:
String
)
:
ToDeviceEventContent
Secret
Key
Send
Event
Content
Link copied to clipboard
@
Serializable
data
class
SecretKeySendEventContent
(
val
requestId
:
String
,
val
secret
:
String
)
:
ToDeviceEventContent