library / io.getstream.chat.android.livedata.usecase / DeleteReaction

DeleteReaction

interface DeleteReaction

Functions

invoke

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

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

Inheritors

DeleteReactionImpl

class DeleteReactionImpl : DeleteReaction