Class: TD::Types::InlineQueryResultsButtonType::WebApp
- Inherits:
-
TD::Types::InlineQueryResultsButtonType
- Object
- Dry::Struct
- Base
- TD::Types::InlineQueryResultsButtonType
- TD::Types::InlineQueryResultsButtonType::WebApp
- Defined in:
- lib/tdlib/types/inline_query_results_button_type/web_app.rb
Overview
Describes the button that opens a Web App by calling getWebAppUrl.
Instance Attribute Summary collapse
-
#url ⇒ TD::Types::String
An HTTP URL to pass to getWebAppUrl.
Method Summary
Methods inherited from Base
Instance Attribute Details
#url ⇒ TD::Types::String
An HTTP URL to pass to getWebAppUrl.
5 6 7 |
# File 'lib/tdlib/types/inline_query_results_button_type/web_app.rb', line 5 def url @url end |