stream-chat-android
Toggle table of contents
7.2.0
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
stream-chat-android
stream-chat-android-client
/
io.getstream.chat.android.client.persistance.repository
/
ReactionRepository
/
selectReactionById
select
Reaction
By
Id
abstract
suspend
fun
selectReactionById
(
id
:
Int
)
:
Reaction
?
Selects reaction with specified
id
.
Parameters
id
A reaction id to search for.