View Source ExTDLib.Object.UpdateStorySendFailed (ExTDLib v0.0.4)
A story failed to send. If the story sending is canceled, then updateStoryDeleted will be received instead of this update.
| Name | Type | Description |
|---|---|---|
| story | story | The failed to send story. |
| error | error | The cause of the story sending failure. |
| error_type | CanSendStoryResult | Type of the error; may be null if unknown. |
More details on telegram's documentation.