Sha256: d49cfe1f1e05cf68d3212778096687b7b3da41daeab64616071aaaa05f1f0f64
Contents?: true
Size: 661 Bytes
Versions: 2
Compression:
Stored size: 661 Bytes
Contents
module TD::Types # 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. # # @attr chat_id [Integer] The chat identifier of the sent message. # @attr message_id [Integer] A temporary message identifier. class Update::MessageSendAcknowledged < Update attribute :chat_id, TD::Types::Coercible::Integer attribute :message_id, TD::Types::Coercible::Integer end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tdlib-schema-1.7.0.3 | lib/tdlib/types/update/message_send_acknowledged.rb |
tdlib-schema-1.7.0.2 | lib/tdlib/types/update/message_send_acknowledged.rb |