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_confirmBoolean

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

Returns:

  • (Boolean)

    the current value of skip_confirm



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

def skip_confirm
  @skip_confirm
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