Class: TD::Types::BusinessMessage
- Defined in:
- lib/tdlib/types/business_message.rb
Overview
Describes a message from a business account as received by a bot.
Instance Attribute Summary collapse
-
#message ⇒ TD::Types::Message
The message.
-
#reply_to_message ⇒ TD::Types::Message?
Message that is replied by the message in the same chat; may be null if none.
Method Summary
Methods inherited from Base
Instance Attribute Details
#message ⇒ TD::Types::Message
The message.
7 8 9 |
# File 'lib/tdlib/types/business_message.rb', line 7 def @message end |
#reply_to_message ⇒ TD::Types::Message?
Message that is replied by the message in the same chat; may be null if none.
7 8 9 |
# File 'lib/tdlib/types/business_message.rb', line 7 def @reply_to_message end |