selectReactionById

abstract suspend fun selectReactionById(id: Int): Reaction?

Selects reaction with specified id.

Parameters

id

A reaction id to search for.