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.

NameTypeDescription
messagemessageContains information about the message that failed to send.
old_message_idstringThe previous temporary message identifier.
error_codenumberAn error code.
error_messagestringError message.

More details on telegram’s documentation.