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