public static class TdApi.AuthorizationStateWaitOtherDeviceConfirmation extends TdApi.AuthorizationState
| 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()
Returns an identifier uniquely determining type of the object.
|
toStringpublic 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()
TdApi.ObjectgetConstructor in class TdApi.Object