Package it.tdlight.jni
Class TdApi.AuthorizationStateWaitOtherDeviceConfirmation
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.AuthorizationState
it.tdlight.jni.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 int
CONSTRUCTOR
String
link
A 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(DataInput input)
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
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
link
A tg:// URL for the QR code. The link will be updated frequently. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
AuthorizationStateWaitOtherDeviceConfirmation
public AuthorizationStateWaitOtherDeviceConfirmation()The user needs to confirm authorization on another logged in device by scanning a QR code with the provided link. -
AuthorizationStateWaitOtherDeviceConfirmation
The user needs to confirm authorization on another logged in device by scanning a QR code with the provided link.- Parameters:
link
- String A tg:// URL for the QR code. The link will be updated frequently.
-
AuthorizationStateWaitOtherDeviceConfirmation
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-