trixnity
Toggle table of contents
5.2.0-SNAPSHOT.CI-20260302.101522
common
Target filter
common
Switch theme
Search in API
Skip to content
trixnity
trixnity-core
/
de.connect2x.trixnity.core.model.events.m.secret
/
SecretKeyRequestEventContent
Secret
Key
Request
Event
Content
@
Serializable
data
class
SecretKeyRequestEventContent
(
val
name
:
String
?
,
val
action
:
KeyRequestAction
,
val
requestingDeviceId
:
String
,
val
requestId
:
String
)
:
ToDeviceEventContent
See also
matrix spec
Members
Constructors
Secret
Key
Request
Event
Content
Link copied to clipboard
constructor
(
name
:
String
?
,
action
:
KeyRequestAction
,
requestingDeviceId
:
String
,
requestId
:
String
)
Properties
action
Link copied to clipboard
@
SerialName
(
value
=
"action"
)
val
action
:
KeyRequestAction
name
Link copied to clipboard
@
SerialName
(
value
=
"name"
)
val
name
:
String
?
request
Id
Link copied to clipboard
@
SerialName
(
value
=
"request_id"
)
val
requestId
:
String
requesting
Device
Id
Link copied to clipboard
@
SerialName
(
value
=
"requesting_device_id"
)
val
requestingDeviceId
:
String