get Relations
open suspend override fun getRelations(roomId: RoomId, eventId: EventId, from: String, to: String?, limit: Long?, recurse: Boolean?, asUserId: UserId?): Result<GetRelationsResponse>
See also
Get Relations
open suspend override fun getRelations(roomId: RoomId, eventId: EventId, relationType: RelationType, from: String, to: String?, limit: Long?, recurse: Boolean?, asUserId: UserId?): Result<GetRelationsResponse>
See also
Get Relations By Relation Type
open suspend override fun getRelations(roomId: RoomId, eventId: EventId, relationType: RelationType, eventType: String, from: String, to: String?, limit: Long?, asUserId: UserId?): Result<GetRelationsResponse>
See also
Get Relations By Relation Type And Event Type