Class: TD::Types::WebAppInfo
- Defined in:
- lib/tdlib/types/web_app_info.rb
Overview
Contains information about a Web App.
Instance Attribute Summary collapse
-
#launch_id ⇒ Integer
Unique identifier for the Web App launch.
-
#url ⇒ TD::Types::String
A Web App URL to open in a web view.
Method Summary
Methods inherited from Base
Instance Attribute Details
#launch_id ⇒ Integer
Unique identifier for the Web App launch.
6 7 8 |
# File 'lib/tdlib/types/web_app_info.rb', line 6 def launch_id @launch_id end |
#url ⇒ TD::Types::String
A Web App URL to open in a web view.
6 7 8 |
# File 'lib/tdlib/types/web_app_info.rb', line 6 def url @url end |