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 ⇒ TD::Types::Error
The cause of the message sending failure.
-
#message ⇒ TD::Types::Message
The failed to send message.
-
#old_message_id ⇒ Integer
The previous temporary message identifier.
Method Summary
Methods inherited from Base
Instance Attribute Details
#error ⇒ TD::Types::Error
The cause of the message sending failure.
9 10 11 |
# File 'lib/tdlib/types/update/message_send_failed.rb', line 9 def error @error end |
#message ⇒ TD::Types::Message
The failed to send message.
9 10 11 |
# File 'lib/tdlib/types/update/message_send_failed.rb', line 9 def @message end |
#old_message_id ⇒ Integer
The previous temporary message identifier.
9 10 11 |
# File 'lib/tdlib/types/update/message_send_failed.rb', line 9 def @old_message_id end |