class DeleteReactionImpl : DeleteReaction
<init> |
DeleteReactionImpl(domainImpl: ChatDomainImpl) |
domainImpl |
var domainImpl: ChatDomainImpl |
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> |