getRelations

abstract suspend fun getRelations(roomId: RoomId, eventId: EventId, from: String, to: String? = null, limit: Long? = null, asUserId: UserId? = null): Result<GetRelationsResponse>

See also

GetRelations

abstract suspend fun getRelations(roomId: RoomId, eventId: EventId, relationType: RelationType, from: String, to: String? = null, limit: Long? = null, asUserId: UserId? = null): Result<GetRelationsResponse>

See also

GetRelationsByRelationType

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

See also

GetRelationsByRelationTypeAndEventType