Sha256: a177b843c2d1dddd360b3fc89fd8cb6effe23c4bba73dbd0bd2bae9c910f6255
Contents?: true
Size: 495 Bytes
Versions: 2
Compression:
Stored size: 495 Bytes
Contents
module TD::Types # A message has been successfully sent. # # @attr 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. # @attr old_message_id [Integer] The previous temporary message identifier. class Update::MessageSendSucceeded < Update attribute :message, TD::Types::Message attribute :old_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_succeeded.rb |
tdlib-schema-1.7.0.2 | lib/tdlib/types/update/message_send_succeeded.rb |