MadelineProtoDocs/docs/TD_docs/constructors/updateMessageSendFailed.md
Daniil Gentili e5a1324684 docufix
2018-04-04 23:19:57 +00:00

982 B

title description image
updateMessageSendFailed Message fails to send. Be aware that some being sent messages can be irrecoverably deleted and updateDeleteMessages will come instead of this update https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

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