View Source ExTDLib.Object.UpdateMessageSendFailed (ExTDLib v0.0.4)
A message failed to send. Be aware that some messages being sent can be irrecoverably deleted, in which case updateDeleteMessages will be received instead of this update.
| Name | Type | Description |
|---|---|---|
| message | message | The failed to send message. |
| old_message_id | string | The previous temporary message identifier. |
| error | error | The cause of the message sending failure. |
More details on telegram's documentation.