library
/
io.getstream.chat.android.livedata.dao
/
ReactionDao
/
select
select
abstract
suspend
fun
select
(
messageId
:
String
,
userId
:
String
,
type
:
String
)
:
ReactionEntity
?