abstract operator fun invoke(message: Message): Call2<Message>
Edits the specified message. Local storage is updated immediately The API request is retried according to the retry policy specified on the chatDomain
Return
A call object with Message as the return type
See Also