trixnity
Toggle table of contents
5.2.0-SNAPSHOT.CI-20260302.101522
common
Target filter
common
Switch theme
Search in API
Skip to content
trixnity
trixnity-core
/
de.connect2x.trixnity.core.model.keys
/
RoomKeyBackupData
Room
Key
Backup
Data
@
Serializable
data
class
RoomKeyBackupData
(
val
firstMessageIndex
:
Long
,
val
forwardedCount
:
Int
,
val
isVerified
:
Boolean
,
val
sessionData
:
RoomKeyBackupSessionData
)
Members
Constructors
Room
Key
Backup
Data
Link copied to clipboard
constructor
(
firstMessageIndex
:
Long
,
forwardedCount
:
Int
,
isVerified
:
Boolean
,
sessionData
:
RoomKeyBackupSessionData
)
Properties
first
Message
Index
Link copied to clipboard
@
SerialName
(
value
=
"first_message_index"
)
val
firstMessageIndex
:
Long
forwarded
Count
Link copied to clipboard
@
SerialName
(
value
=
"forwarded_count"
)
val
forwardedCount
:
Int
is
Verified
Link copied to clipboard
@
SerialName
(
value
=
"is_verified"
)
val
isVerified
:
Boolean
session
Data
Link copied to clipboard
@
SerialName
(
value
=
"session_data"
)
val
sessionData
:
RoomKeyBackupSessionData