library / io.getstream.chat.android.livedata.usecase / DeleteReactionImpl / invoke

invoke

operator fun invoke(cid: String, reaction: Reaction): Call2<Message>

Deletes the specified reaction, request is retried according to the retry policy specified on the chatDomain

Parameters

cid - the full channel id, ie messaging:123

reaction - the reaction to mark as deleted

Return
A call object with Message as the return type

See Also

io.getstream.chat.android.livedata.utils.RetryPolicy