View Source ExTDLib.Object.MessageSendingStateFailed (ExTDLib v0.0.4)
The message failed to be sent.
| Name | Type | Description |
|---|---|---|
| error | error | The cause of the message sending failure. |
| can_retry | bool | True, if the message can be re-sent. |
| need_another_sender | bool | True, if the message can be re-sent only on behalf of a different sender. |
| need_another_reply_quote | bool | True, if the message can be re-sent only if another quote is chosen in the message that is replied by the given message. |
| need_drop_reply | bool | True, if the message can be re-sent only if the message to be replied is removed. This will be done automatically by resendMessages. |
| retry_after | double | Time left before the message can be re-sent, in seconds. No update is sent when this field changes. |
More details on telegram's documentation.