Class: TD::Types::KeyboardButtonType::WebApp

Inherits:
TD::Types::KeyboardButtonType show all
Defined in:
lib/tdlib/types/keyboard_button_type/web_app.rb

Overview

A button that opens a Web App by calling getWebAppUrl.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#urlTD::Types::String

An HTTP URL to pass to getWebAppUrl.

Returns:

  • (TD::Types::String)

    the current value of url



5
6
7
# File 'lib/tdlib/types/keyboard_button_type/web_app.rb', line 5

def url
  @url
end