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