-
public interface DeleteMessage
-
-
Method Summary
Modifier and Type Method Description abstract Call<Message>invoke(Message message)Deletes the specified message, request is retried according to the retry policy specified on the chatDomain -
-
Method Detail
-
invoke
@CheckResult() abstract Call<Message> invoke(Message message)
Deletes the specified message, request is retried according to the retry policy specified on the chatDomain
- Parameters:
message- the message to mark as deleted
-
-
-
-