Class: TD::Types::SentWebAppMessage
- Defined in:
- lib/tdlib/types/sent_web_app_message.rb
Overview
Information about the message sent by answerWebAppQuery.
Instance Attribute Summary collapse
-
#inline_message_id ⇒ TD::Types::String
Identifier of the sent inline message, if known.
Method Summary
Methods inherited from Base
Instance Attribute Details
#inline_message_id ⇒ TD::Types::String
Identifier of the sent inline message, if known.
5 6 7 |
# File 'lib/tdlib/types/sent_web_app_message.rb', line 5 def @inline_message_id end |