get Relations By Type
inline suspend fun <C : MessageEventContent> RoomApiClient.getRelationsByType(roomId: RoomId, eventId: EventId, relationType: RelationType, from: String? = null, to: String? = null, limit: Long? = null, asUserId: UserId? = null): Result<GetRelationsResponse>
See also
Get Relations By Relation Type And Event Type