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.events
/
ClientEvent
/
RoomAccountDataEvent
Room
Account
Data
Event
@
Serializable
data
class
RoomAccountDataEvent
<
C
:
RoomAccountDataEventContent
>
(
val
content
:
C
,
val
roomId
:
RoomId
,
val
key
:
String
=
""
)
:
ClientEvent
<
C
>
Members
Members & Extensions
Constructors
Room
Account
Data
Event
Link copied to clipboard
constructor
(
content
:
C
,
roomId
:
RoomId
,
key
:
String
=
""
)
Properties
content
Link copied to clipboard
@
SerialName
(
value
=
"content"
)
open
override
val
content
:
C
id
Or
Null
Link copied to clipboard
val
ClientEvent
<
*
>
.
idOrNull
:
EventId
?
key
Link copied to clipboard
@
SerialName
(
value
=
"key"
)
val
key
:
String
origin
Timestamp
Or
Null
Link copied to clipboard
val
ClientEvent
<
*
>
.
originTimestampOrNull
:
Long
?
room
Id
Link copied to clipboard
@
SerialName
(
value
=
"room_id"
)
val
roomId
:
RoomId
room
Id
Or
Null
Link copied to clipboard
val
ClientEvent
<
*
>
.
roomIdOrNull
:
RoomId
?
sender
Or
Null
Link copied to clipboard
val
ClientEvent
<
*
>
.
senderOrNull
:
UserId
?
state
Key
Or
Null
Link copied to clipboard
val
ClientEvent
<
*
>
.
stateKeyOrNull
:
String
?