class DeleteMessageImpl : DeleteMessage
<init> |
DeleteMessageImpl(domainImpl: ChatDomainImpl) |
domainImpl |
var domainImpl: ChatDomainImpl |
invoke |
Deletes the specified message, request is retried according to the retry policy specified on the chatDomain operator fun invoke(message: Message): Call2<Message> |