Class: TD::Types::DraftMessage
- Defined in:
- lib/tdlib/types/draft_message.rb
Overview
Contains information about a message draft.
Instance Attribute Summary collapse
-
#input_message_text ⇒ TD::Types::InputMessageContent
Content of the message draft; this should always be of type inputMessageText.
-
#reply_to_message_id ⇒ Integer
Identifier of the message to reply to; 0 if none.
Method Summary
Methods inherited from Base
Instance Attribute Details
#input_message_text ⇒ TD::Types::InputMessageContent
Content of the message draft; this should always be of type inputMessageText.
7 8 9 |
# File 'lib/tdlib/types/draft_message.rb', line 7 def end |
#reply_to_message_id ⇒ Integer
Identifier of the message to reply to; 0 if none.
7 8 9 |
# File 'lib/tdlib/types/draft_message.rb', line 7 def end |