Class: TD::Types::LoginUrlInfo::Open

Inherits:
TD::Types::LoginUrlInfo show all
Defined in:
lib/tdlib/types/login_url_info/open.rb

Overview

An HTTP URL needs to be open.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#skip_confirmationBoolean

True, if there is no need to show an ordinary open URL confirmation.

Returns:

  • (Boolean)

    the current value of skip_confirmation



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

def skip_confirmation
  @skip_confirmation
end

#urlTD::Types::String

The URL to open.

Returns:

  • (TD::Types::String)

    the current value of url



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

def url
  @url
end