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-client-repository-room
/
de.connect2x.trixnity.client.store.repository.room
/
RoomTimelineEventRelation
Room
Timeline
Event
Relation
data
class
RoomTimelineEventRelation
(
val
roomId
:
RoomId
,
val
eventId
:
EventId
,
val
relationType
:
RelationType
,
val
relatedEventId
:
EventId
)
Members
Constructors
Room
Timeline
Event
Relation
Link copied to clipboard
constructor
(
roomId
:
RoomId
,
eventId
:
EventId
,
relationType
:
RelationType
,
relatedEventId
:
EventId
)
Properties
event
Id
Link copied to clipboard
val
eventId
:
EventId
related
Event
Id
Link copied to clipboard
val
relatedEventId
:
EventId
relation
Type
Link copied to clipboard
val
relationType
:
RelationType
room
Id
Link copied to clipboard
val
roomId
:
RoomId