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 or even that the send message request will be
processed.
This update will be 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.
10 11 12 |
# File 'lib/tdlib/types/update/message_send_acknowledged.rb', line 10 def chat_id @chat_id end |
#message_id ⇒ Integer
A temporary message identifier.
10 11 12 |
# File 'lib/tdlib/types/update/message_send_acknowledged.rb', line 10 def @message_id end |