Class: TD::Types::Update::MessageSendSucceeded
- Inherits:
-
TD::Types::Update
- Object
- Dry::Struct
- Base
- TD::Types::Update
- TD::Types::Update::MessageSendSucceeded
- Defined in:
- lib/tdlib/types/update/message_send_succeeded.rb
Overview
A message has been successfully sent.
Instance Attribute Summary collapse
-
#message ⇒ TD::Types::Message
Information about the sent message.
-
#old_message_id ⇒ Integer
The previous temporary message identifier.
Method Summary
Methods inherited from Base
Instance Attribute Details
#message ⇒ TD::Types::Message
Information about the sent message. Usually only the message identifier, date, and content are changed, but almost all other fields can also change.
7 8 9 |
# File 'lib/tdlib/types/update/message_send_succeeded.rb', line 7 def @message end |
#old_message_id ⇒ Integer
The previous temporary message identifier.
7 8 9 |
# File 'lib/tdlib/types/update/message_send_succeeded.rb', line 7 def @old_message_id end |