operator fun invoke(message: Message): Call2<Message>
Deletes the specified message, request is retried according to the retry policy specified on the chatDomain
message
- the message to mark as deleted
Return
A call object with Message as the return type
See Also