Class: TD::Types::Update::MessageSendAcknowledged
- Inherits:
-
TD::Types::Update
- Object
- Dry::Struct
- Base
- TD::Types::Update
- TD::Types::Update::MessageSendAcknowledged
- Defined in:
- lib/tdlib/types/update/message_send_acknowledged.rb
Overview
A request to send a message has reached the Telegram server. This doesn’t mean that the message will be sent successfully. This update is sent only if the option “use_quick_ack” is set to true. This update may be sent multiple times for the same message.
Instance Attribute Summary collapse
-
#chat_id ⇒ Integer
The chat identifier of the sent message.
-
#message_id ⇒ Integer
A temporary message identifier.
Method Summary
Methods inherited from Base
Instance Attribute Details
#chat_id ⇒ Integer
The chat identifier of the sent message.
9 10 11 |
# File 'lib/tdlib/types/update/message_send_acknowledged.rb', line 9 def chat_id @chat_id end |
#message_id ⇒ Integer
A temporary message identifier.
9 10 11 |
# File 'lib/tdlib/types/update/message_send_acknowledged.rb', line 9 def @message_id end |