MadelineProto/docs/TD_docs/constructors/updateMessageSendFailed.md
Daniil Gentili 8600a2fcba docufix
2017-09-29 15:50:59 +02:00

909 B

title description
updateMessageSendFailed Message fails to send. Be aware that some being sent messages can be irrecoverably deleted and updateDeleteMessages will come instead of this update

Constructor: updateMessageSendFailed

Back to constructors index

Message fails to send. Be aware that some being sent messages can be irrecoverably deleted and updateDeleteMessages will come instead of this update

Attributes:

Name Type Required Description
message message Yes Information about failed to send message
old_message_id int53 Yes Previous temporary message identifier
error_code int Yes Error code
error_message string Yes Error message

Type: Update