2018-04-01 13:19:25 +02:00
---
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
2018-04-04 19:52:48 +02:00
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
2018-04-01 13:19:25 +02:00
---
2018-04-04 23:19:57 +00:00
# Constructor: updateMessageSendFailed
2018-04-01 13:19:25 +02:00
[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 ](../constructors/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)