trixnity-client
Toggle table of contents
4.22.2
common
Platform filter
common
Switch theme
Search in API
trixnity-client
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
>