Sha256: cbe9c6ed1f920211dc8c3f6133db3561910836643b4e0a853a4f505dd148296c
Contents?: true
Size: 484 Bytes
Versions: 4
Compression:
Stored size: 484 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::Integer end end
Version data entries
4 entries across 4 versions & 2 rubygems