trixnity-core
3.10.0
common
trixnity-core
/
net.folivo.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
val
action
:
KeyRequestAction
name
Link copied to clipboard
val
name
:
String
?
request
Id
Link copied to clipboard
val
requestId
:
String
requesting
Device
Id
Link copied to clipboard
val
requestingDeviceId
:
String