Package org.drinkless.tdlib
Class TdApi.AuthorizationStateWaitOtherDeviceConfirmation
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.AuthorizationState
-
- org.drinkless.tdlib.TdApi.AuthorizationStateWaitOtherDeviceConfirmation
-
- Enclosing class:
- TdApi
public static class TdApi.AuthorizationStateWaitOtherDeviceConfirmation extends TdApi.AuthorizationState
The user needs to confirm authorization on another logged in device by scanning a QR code with the provided link.
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.StringlinkA tg:// URL for the QR code.
-
Constructor Summary
Constructors Constructor Description AuthorizationStateWaitOtherDeviceConfirmation()The user needs to confirm authorization on another logged in device by scanning a QR code with the provided link.AuthorizationStateWaitOtherDeviceConfirmation(String link)The user needs to confirm authorization on another logged in device by scanning a QR code with the provided link.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
link
public String link
A tg:// URL for the QR code. The link will be updated frequently.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
AuthorizationStateWaitOtherDeviceConfirmation
public AuthorizationStateWaitOtherDeviceConfirmation()
The user needs to confirm authorization on another logged in device by scanning a QR code with the provided link.
-
AuthorizationStateWaitOtherDeviceConfirmation
public AuthorizationStateWaitOtherDeviceConfirmation(String link)
The user needs to confirm authorization on another logged in device by scanning a QR code with the provided link.- Parameters:
link- A tg:// URL for the QR code. The link will be updated frequently.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-