selectReactionsByIds

abstract suspend fun selectReactionsByIds(ids: List<Int>): List<Reaction>

Selects all reactions with specified ids

Parameters

ids

A list of reaction id to search for.