Sha256: 40354cc8f01d77ba10278ccf472c4d9e31c54e29a873c56174018b3096b0712b
Contents?: true
Size: 464 Bytes
Versions: 3
Compression:
Stored size: 464 Bytes
Contents
module TD::Types # Contains information about a message draft. # # @attr reply_to_message_id [Integer] Identifier of the message to reply to; 0 if none. # @attr input_message_text [TD::Types::InputMessageContent] Content of the message draft; this should always be of # type inputMessageText. class DraftMessage < Base attribute :reply_to_message_id, TD::Types::Integer attribute :input_message_text, TD::Types::InputMessageContent end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
tdlib-ruby-2.2.0 | lib/tdlib/types/draft_message.rb |
tdlib-ruby-2.1.0 | lib/tdlib/types/draft_message.rb |
tdlib-ruby-2.0.0 | lib/tdlib/types/draft_message.rb |