Class: TD::Types::MainWebApp
- Defined in:
- lib/tdlib/types/main_web_app.rb
Overview
Contains information about the main Web App of a bot.
Instance Attribute Summary collapse
-
#is_compact ⇒ Boolean
True, if the Web App must always be opened in the compact mode instead of the full-size mode.
-
#url ⇒ TD::Types::String
URL of the Web App to open.
Method Summary
Methods inherited from Base
Instance Attribute Details
#is_compact ⇒ Boolean
True, if the Web App must always be opened in the compact mode instead of the full-size mode.
7 8 9 |
# File 'lib/tdlib/types/main_web_app.rb', line 7 def is_compact @is_compact end |
#url ⇒ TD::Types::String
URL of the Web App to open.
7 8 9 |
# File 'lib/tdlib/types/main_web_app.rb', line 7 def url @url end |