public static class TdApi.AuthorizationStateWaitOtherDeviceConfirmation extends TdApi.AuthorizationState
TdApi.AuthorizationState.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
link
A tg:// URL for the QR code.
|
Constructor and Description |
---|
AuthorizationStateWaitOtherDeviceConfirmation()
The user needs to confirm authorization on another logged in device by scanning a QR code with the provided link.
|
AuthorizationStateWaitOtherDeviceConfirmation(java.lang.String link)
The user needs to confirm authorization on another logged in device by scanning a QR code with the provided link.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public java.lang.String link
public static final int CONSTRUCTOR
public AuthorizationStateWaitOtherDeviceConfirmation()
public AuthorizationStateWaitOtherDeviceConfirmation(java.lang.String link)
link
- A tg:// URL for the QR code. The link will be updated frequently.public int getConstructor()
getConstructor
in class TdApi.AuthorizationState