Class: TD::Types::WebAppInfo

Inherits:
Base
  • Object
show all
Defined in:
lib/tdlib/types/web_app_info.rb

Overview

Contains information about a Web App.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#launch_idInteger

Unique identifier for the Web App launch.

Returns:

  • (Integer)

    the current value of launch_id



6
7
8
# File 'lib/tdlib/types/web_app_info.rb', line 6

def launch_id
  @launch_id
end

#urlTD::Types::String

A Web App URL to open in a web view.

Returns:

  • (TD::Types::String)

    the current value of url



6
7
8
# File 'lib/tdlib/types/web_app_info.rb', line 6

def url
  @url
end