MadelineProto/docs/TD_docs/constructors/updateMessageSendSucceeded.md
Daniil Gentili 8600a2fcba docufix
2017-09-29 15:50:59 +02:00

24 lines
653 B
Markdown

---
title: updateMessageSendSucceeded
description: Message is successfully sent
---
## Constructor: updateMessageSendSucceeded
[Back to constructors index](index.md)
Message is successfully sent
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|message|[message](../constructors/message.md) | Yes|Information about sent message. Usually only message identifier, date and content are changed, but almost any other fields can also change|
|old\_message\_id|[int53](../types/int53.md) | Yes|Previous temporary message identifier|
### Type: [Update](../types/Update.md)