Class: TD::Types::InputMessageReplyTo::Message
- Inherits:
-
TD::Types::InputMessageReplyTo
- Object
- Dry::Struct
- Base
- TD::Types::InputMessageReplyTo
- TD::Types::InputMessageReplyTo::Message
- Defined in:
- lib/tdlib/types/input_message_reply_to/message.rb
Overview
Describes a message to be replied in the same chat and forum topic.
Instance Attribute Summary collapse
-
#message_id ⇒ Integer
The identifier of the message to be replied in the same chat and forum topic.
-
#quote ⇒ TD::Types::InputTextQuote
Quote from the message to be replied; pass null if none.
Method Summary
Methods inherited from Base
Instance Attribute Details
#message_id ⇒ Integer
The identifier of the message to be replied in the same chat and forum topic. A message can be replied in the same chat and forum topic only if messageProperties.can_be_replied.
8 9 10 |
# File 'lib/tdlib/types/input_message_reply_to/message.rb', line 8 def @message_id end |
#quote ⇒ TD::Types::InputTextQuote
Quote from the message to be replied; pass null if none. Must always be null for replies in secret chats.
8 9 10 |
# File 'lib/tdlib/types/input_message_reply_to/message.rb', line 8 def quote @quote end |