trixnity-core
3.7.0-beta3
common
trixnity-core
/
net.folivo.trixnity.core.model.events
/
Event
/
RoomAccountDataEvent
Room
Account
Data
Event
@
Serializable
data
class
RoomAccountDataEvent
<
C
:
RoomAccountDataEventContent
>
(
val
content
:
C
,
val
roomId
:
RoomId
,
val
key
:
String
=
""
)
:
Event
<
C
>
Members
Constructors
Room
Account
Data
Event
Link copied to clipboard
constructor
(
content
:
C
,
roomId
:
RoomId
,
key
:
String
=
""
)
Properties
content
Link copied to clipboard
open
override
val
content
:
C
key
Link copied to clipboard
val
key
:
String
room
Id
Link copied to clipboard
val
roomId
:
RoomId