Class: TD::Types::BotWriteAccessAllowReason::LaunchedWebApp
- Inherits:
-
TD::Types::BotWriteAccessAllowReason
- Object
- Dry::Struct
- TD::Types::Base
- TD::Types::BotWriteAccessAllowReason
- TD::Types::BotWriteAccessAllowReason::LaunchedWebApp
- Defined in:
- lib/tdlib/types/bot_write_access_allow_reason/launched_web_app.rb
Overview
The user launched a Web App using getWebAppLinkUrl.
Instance Attribute Summary collapse
-
#web_app ⇒ TD::Types::WebApp
Information about the Web App.
Method Summary
Methods inherited from TD::Types::Base
Instance Attribute Details
#web_app ⇒ TD::Types::WebApp
Information about the Web App.
5 6 7 |
# File 'lib/tdlib/types/bot_write_access_allow_reason/launched_web_app.rb', line 5 def web_app @web_app end |