2017-03-11 19:54:51 +01:00
---
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
2017-03-11 19:54:51 +01:00
---
## 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
2017-03-11 19:54:51 +01:00
### Attributes:
| Name | Type | Required | Description |
2017-08-20 09:05:56 +00: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|
2017-03-11 19:54:51 +01:00
|error\_code|[int ](../types/int.md ) | Yes|Error code|
|error\_message|[string ](../types/string.md ) | Yes|Error message|
### Type: [Update](../types/Update.md)