Class: TD::Types::AuthorizationState::WaitOtherDeviceConfirmation

Inherits:
TD::Types::AuthorizationState show all
Defined in:
lib/tdlib/types/authorization_state/wait_other_device_confirmation.rb

Overview

The user needs to confirm authorization on another logged in device by scanning a QR code with the provided link.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

A tg:// URL for the QR code. The link will be updated frequently.

Returns:

  • (String)

    the current value of link



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

def link
  @link
end