toggle menu
trixnity-client
4.3.7
common
switch theme
search in API
trixnity-client
/
net.folivo.trixnity.client.store
/
StoredSecretKeyRequest
Stored
Secret
Key
Request
@
Serializable
data
class
StoredSecretKeyRequest
(
val
content
:
SecretKeyRequestEventContent
,
val
receiverDeviceIds
:
Set
<
String
>
,
val
createdAt
:
Instant
)
Members
Constructors
Stored
Secret
Key
Request
Link copied to clipboard
constructor
(
content
:
SecretKeyRequestEventContent
,
receiverDeviceIds
:
Set
<
String
>
,
createdAt
:
Instant
)
Properties
content
Link copied to clipboard
val
content
:
SecretKeyRequestEventContent
created
At
Link copied to clipboard
val
createdAt
:
Instant
receiver
Device
Ids
Link copied to clipboard
val
receiverDeviceIds
:
Set
<
String
>