-
public interface CancelMessage
-
-
Method Summary
-
-
Method Detail
-
invoke
@CheckResult() abstract Call<Boolean> invoke(Message message)
Cancels the message of "ephemeral" type. Removes the message from local storage. API call to remove the message is retried according to the retry policy specified on the chatDomain
- Parameters:
message- the message to send
-
-
-
-