trixnity-core
Toggle table of contents
4.16.3
common
Platform filter
common
Switch theme
Search in API
trixnity-core
trixnity-core
/
net.folivo.trixnity.core.model.events.m.room
/
EncryptedToDeviceEventContent
/
OlmEncryptedToDeviceEventContent
/
CiphertextInfo
Ciphertext
Info
@
Serializable
data
class
CiphertextInfo
(
val
body
:
String
,
val
type
:
EncryptedToDeviceEventContent.OlmEncryptedToDeviceEventContent.CiphertextInfo.OlmMessageType
)
Members
Constructors
Ciphertext
Info
Link copied to clipboard
constructor
(
body
:
String
,
type
:
EncryptedToDeviceEventContent.OlmEncryptedToDeviceEventContent.CiphertextInfo.OlmMessageType
)
Types
Olm
Message
Type
Link copied to clipboard
@
Serializable
(
with
=
OlmMessageTypeSerializer::class
)
enum
OlmMessageType
:
Enum
<
EncryptedToDeviceEventContent.OlmEncryptedToDeviceEventContent.CiphertextInfo.OlmMessageType
>
Properties
body
Link copied to clipboard
@
SerialName
(
value
=
"body"
)
val
body
:
String
type
Link copied to clipboard
@
SerialName
(
value
=
"type"
)
val
type
:
EncryptedToDeviceEventContent.OlmEncryptedToDeviceEventContent.CiphertextInfo.OlmMessageType