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 Details

    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • 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

      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 Details