MadelineProto/docs/TD_docs/constructors/updateMessageSendFailed.md

26 lines
902 B
Markdown
Raw Normal View History

---
title: updateMessageSendFailed
2017-08-25 15:05:53 +02:00
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)
2017-08-25 15:05:53 +02:00
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 |
2017-08-20 11:05:56 +02:00
|----------|---------------|----------|-------------|
2017-08-25 15:05:53 +02:00
|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)