Sha256: e7c967d0d9cb004d4f1ac276ce888858aea905deae91234912af869247064cbb
Contents?: true
Size: 610 Bytes
Versions: 2
Compression:
Stored size: 610 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 date [Integer] Point in time (Unix timestamp) when the draft was created. # @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::Coercible::Integer attribute :date, TD::Types::Coercible::Integer attribute :input_message_text, TD::Types::InputMessageContent end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tdlib-schema-1.7.0.3 | lib/tdlib/types/draft_message.rb |
tdlib-schema-1.7.0.2 | lib/tdlib/types/draft_message.rb |