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
/
CreateEventContent
/
PreviousRoom
Previous
Room
@
Serializable
data
class
PreviousRoom
(
val
roomId
:
RoomId
,
val
eventId
:
EventId
)
Members
Constructors
Previous
Room
Link copied to clipboard
constructor
(
roomId
:
RoomId
,
eventId
:
EventId
)
Properties
event
Id
Link copied to clipboard
@
SerialName
(
value
=
"event_id"
)
val
eventId
:
EventId
room
Id
Link copied to clipboard
@
SerialName
(
value
=
"room_id"
)
val
roomId
:
RoomId