Sha256: 279f274ec3899aadc7e23015ba8460b19c40c4d2f5b35fdac771eaf9e88479c9
Contents?: true
Size: 372 Bytes
Versions: 2
Compression:
Stored size: 372 Bytes
Contents
module TD::Types # The user needs to confirm authorization on another logged in device by scanning a QR code with the provided link. # # @attr link [TD::Types::String] A tg:// URL for the QR code. # The link will be updated frequently. class AuthorizationState::WaitOtherDeviceConfirmation < AuthorizationState attribute :link, TD::Types::String end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tdlib-schema-1.7.0.3 | lib/tdlib/types/authorization_state/wait_other_device_confirmation.rb |
tdlib-schema-1.7.0.2 | lib/tdlib/types/authorization_state/wait_other_device_confirmation.rb |