abstract 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
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