Class: TD::Types::MessageContent::WebAppDataSent
- Inherits:
-
TD::Types::MessageContent
- Object
- Dry::Struct
- Base
- TD::Types::MessageContent
- TD::Types::MessageContent::WebAppDataSent
- Defined in:
- lib/tdlib/types/message_content/web_app_data_sent.rb
Overview
Data from a Web App has been sent to a bot.
Instance Attribute Summary collapse
-
#button_text ⇒ TD::Types::String
Text of the KeyboardButtonType::WebApp button, which opened the Web App.
Method Summary
Methods inherited from Base
Instance Attribute Details
#button_text ⇒ TD::Types::String
Text of the KeyboardButtonType::WebApp button, which opened the Web App.
6 7 8 |
# File 'lib/tdlib/types/message_content/web_app_data_sent.rb', line 6 def @button_text end |