getRelations
abstract suspend fun getRelations(roomId: RoomId, eventId: EventId, from: String? = null, to: String? = null, limit: Long? = null, recurse: Boolean? = null): Result<GetRelationsResponse>
See also
abstract suspend fun getRelations(roomId: RoomId, eventId: EventId, relationType: RelationType, from: String? = null, to: String? = null, limit: Long? = null, recurse: Boolean? = null): Result<GetRelationsResponse>
See also
abstract suspend fun getRelations(roomId: RoomId, eventId: EventId, relationType: RelationType, eventType: String, from: String? = null, to: String? = null, limit: Long? = null): Result<GetRelationsResponse>