Class: TD::Types::AuthorizationState::WaitOtherDeviceConfirmation
- Inherits:
-
TD::Types::AuthorizationState
- Object
- Dry::Struct
- Base
- TD::Types::AuthorizationState
- TD::Types::AuthorizationState::WaitOtherDeviceConfirmation
- 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
-
#link ⇒ TD::Types::String
A tg:// URL for the QR code.
Method Summary
Methods inherited from Base
Instance Attribute Details
#link ⇒ TD::Types::String
A tg:// URL for the QR code. The link will be updated frequently.
6 7 8 |
# File 'lib/tdlib/types/authorization_state/wait_other_device_confirmation.rb', line 6 def link @link end |