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

DeleteReactionImpl

class DeleteReactionImpl : DeleteReaction

Constructors

<init>

DeleteReactionImpl(domainImpl: ChatDomainImpl)

Properties

domainImpl

var domainImpl: ChatDomainImpl

Functions

invoke

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

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