trixnity-core
3.0.0-beta1
trixnity-core
/
net.folivo.trixnity.core.model.events.m
/
RoomKeyRequestEventContent
/
RequestedKeyInfo
Requested
Key
Info
@
Serializable
data
class
RequestedKeyInfo
(
val
roomId
:
RoomId
,
val
senderKey
:
String
,
val
sessionId
:
String
,
val
algorithm
:
EncryptionAlgorithm
)
Constructors
Properties
Constructors
Requested
Key
Info
Link copied to clipboard
fun
RequestedKeyInfo
(
roomId
:
RoomId
,
senderKey
:
String
,
sessionId
:
String
,
algorithm
:
EncryptionAlgorithm
)
Properties
algorithm
Link copied to clipboard
val
algorithm
:
EncryptionAlgorithm
room
Id
Link copied to clipboard
val
roomId
:
RoomId
sender
Key
Link copied to clipboard
val
senderKey
:
String
session
Id
Link copied to clipboard
val
sessionId
:
String