reportEvent

abstract suspend fun reportEvent(roomId: RoomId, eventId: EventId, reason: String? = null, score: Long? = null): Result<Unit>

See also