Class: TD::Types::FoundWebApp
- Defined in:
- lib/tdlib/types/found_web_app.rb
Overview
Contains information about a Web App found by its short name.
Instance Attribute Summary collapse
-
#request_write_access ⇒ Boolean
True, if the user must be asked for the permission to the bot to send them messages.
-
#skip_confirmation ⇒ Boolean
True, if there is no need to show an ordinary open URL confirmation before opening the Web App.
-
#web_app ⇒ TD::Types::WebApp
The Web App.
Method Summary
Methods inherited from Base
Instance Attribute Details
#request_write_access ⇒ Boolean
True, if the user must be asked for the permission to the bot to send them messages.
10 11 12 |
# File 'lib/tdlib/types/found_web_app.rb', line 10 def request_write_access @request_write_access end |
#skip_confirmation ⇒ Boolean
True, if there is no need to show an ordinary open URL confirmation before opening the Web App. The field must be ignored and confirmation must be shown anyway if the Web App link was hidden.
10 11 12 |
# File 'lib/tdlib/types/found_web_app.rb', line 10 def skip_confirmation @skip_confirmation end |
#web_app ⇒ TD::Types::WebApp
The Web App.
10 11 12 |
# File 'lib/tdlib/types/found_web_app.rb', line 10 def web_app @web_app end |