trixnity-client
3.0.0-beta3
trixnity-client
/
net.folivo.trixnity.client.store
/
RoomTimelineStore
/
getRelations
get
Relations
fun
getRelations
(
eventId
:
EventId
,
roomId
:
RoomId
)
:
Flow
<
Map
<
RelationType
,
Set
<
TimelineEventRelation
>
?
>
?
>
fun
getRelations
(
eventId
:
EventId
,
roomId
:
RoomId
,
relationType
:
RelationType
)
:
Flow
<
Set
<
TimelineEventRelation
>
?
>