TDLib v0.0.2 TDLib.Object.UpdateMessageSendFailed View Source
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 | Contains information about the message that failed to send. |
old_message_id | string | The previous temporary message identifier. |
error_code | number | An error code. |
error_message | string | Error message. |
More details on telegram’s documentation.