Class: TD::Types::BotWriteAccessAllowReason::LaunchedWebApp

Inherits:
TD::Types::BotWriteAccessAllowReason show all
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

Method Summary

Methods inherited from TD::Types::Base

#to_hash, #to_json

Instance Attribute Details

#web_appTD::Types::WebApp

Information about the Web App.

Returns:



5
6
7
# File 'lib/tdlib/types/bot_write_access_allow_reason/launched_web_app.rb', line 5

def web_app
  @web_app
end