class EditMessageImpl : EditMessage
<init> |
EditMessageImpl(domainImpl: ChatDomainImpl) |
domainImpl |
var domainImpl: ChatDomainImpl |
invoke |
Edits the specified message. Local storage is updated immediately The API request is retried according to the retry policy specified on the chatDomain operator fun invoke(message: Message): Call2<Message> |