1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-15 14:27:00 +01:00
MadelineProto/docs/TD_docs/constructors/updateMessageSendFailed.md
2017-08-25 15:05:53 +02:00

26 lines
902 B
Markdown

---
title: updateMessageSendFailed
description: Message fails to send. Be aware that some being sent messages can be irrecoverably deleted and updateDeleteMessages will come instead of this update
---
## Constructor: updateMessageSendFailed
[Back to constructors index](index.md)
Message fails to send. Be aware that some being sent messages can be irrecoverably deleted and updateDeleteMessages will come instead of this update
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|message|[message](../types/message.md) | Yes|Information about failed to send message|
|old\_message\_id|[int53](../types/int53.md) | Yes|Previous temporary message identifier|
|error\_code|[int](../types/int.md) | Yes|Error code|
|error\_message|[string](../types/string.md) | Yes|Error message|
### Type: [Update](../types/Update.md)