Package org.drinkless.tdlib
Class TdApi.ConfirmQrCodeAuthentication
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.Function
-
- org.drinkless.tdlib.TdApi.ConfirmQrCodeAuthentication
-
- Enclosing class:
- TdApi
public static class TdApi.ConfirmQrCodeAuthentication extends TdApi.Function
Confirms QR code authentication on another device. Returns created session on success.Returns
Session
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.StringlinkA link from a QR code.
-
Constructor Summary
Constructors Constructor Description ConfirmQrCodeAuthentication()Default constructor for a function, which confirms QR code authentication on another device.ConfirmQrCodeAuthentication(String link)Creates a function, which confirms QR code authentication on another device.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
-
-
-
Field Detail
-
link
public String link
A link from a QR code. The link must be scanned by the in-app camera.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ConfirmQrCodeAuthentication
public ConfirmQrCodeAuthentication()
Default constructor for a function, which confirms QR code authentication on another device. Returns created session on success.Returns
Session
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-