Class: TD::Types::MessageContent::WebAppDataReceived
- Inherits:
-
TD::Types::MessageContent
- Object
- Dry::Struct
- Base
- TD::Types::MessageContent
- TD::Types::MessageContent::WebAppDataReceived
- Defined in:
- lib/tdlib/types/message_content/web_app_data_received.rb
Overview
Data from a Web App has been received; for bots only.
Instance Attribute Summary collapse
-
#button_text ⇒ TD::Types::String
Text of the KeyboardButtonType::WebApp button, which opened the Web App.
-
#data ⇒ TD::Types::String
The data.
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.
7 8 9 |
# File 'lib/tdlib/types/message_content/web_app_data_received.rb', line 7 def @button_text end |
#data ⇒ TD::Types::String
The data.
7 8 9 |
# File 'lib/tdlib/types/message_content/web_app_data_received.rb', line 7 def data @data end |