trixnity-client-repository-room
Toggle table of contents
4.21.1
common
Platform filter
common
Switch theme
Search in API
trixnity-client-repository-room
trixnity-client-repository-room
/
net.folivo.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