mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-16 14:56:55 +01:00
26 lines
990 B
Markdown
26 lines
990 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 (or doesn't come at all if deletion was done by call to deleteMessages)
|
|
---
|
|
## 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 (or doesn't come at all if deletion was done by call to deleteMessages)
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required | Description |
|
|
|----------|---------------|----------|-------------|
|
|
|chat\_id|[long](../types/long.md) | Yes|Chat identifier|
|
|
|message\_id|[long](../types/long.md) | Yes|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)
|
|
|
|
|