Class: TD::Types::Update::MessageSendFailed
- Inherits:
-
TD::Types::Update
- Object
- Dry::Struct
- Base
- TD::Types::Update
- TD::Types::Update::MessageSendFailed
- Defined in:
- lib/tdlib/types/update/message_send_failed.rb
Overview
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.
Instance Attribute Summary collapse
-
#error_code ⇒ Integer
An error code.
-
#error_message ⇒ TD::Types::String
Error message.
-
#message ⇒ TD::Types::Message
Contains information about the message which failed to send.
-
#old_message_id ⇒ Integer
The previous temporary message identifier.
Method Summary
Methods inherited from Base
Instance Attribute Details
#error_code ⇒ Integer
An error code.
10 11 12 |
# File 'lib/tdlib/types/update/message_send_failed.rb', line 10 def error_code @error_code end |
#error_message ⇒ TD::Types::String
Error message.
10 11 12 |
# File 'lib/tdlib/types/update/message_send_failed.rb', line 10 def @error_message end |
#message ⇒ TD::Types::Message
Contains information about the message which failed to send.
10 11 12 |
# File 'lib/tdlib/types/update/message_send_failed.rb', line 10 def @message end |
#old_message_id ⇒ Integer
The previous temporary message identifier.
10 11 12 |
# File 'lib/tdlib/types/update/message_send_failed.rb', line 10 def @old_message_id end |