-
public interface DeleteReaction
-
-
Method Summary
-
-
Method Detail
-
invoke
@CheckResult() abstract Call<Message> invoke(String cid, Reaction reaction)
Deletes the specified reaction, request is retried according to the retry policy specified on the chatDomain
- Parameters:
cid- the full channel id, ie messaging:123reaction- the reaction to mark as deleted
-
-
-
-