Module tdlight.api

Class TdApi.InternalLinkTypeQrCodeAuthentication

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.InternalLinkType
it.tdlight.jni.TdApi.InternalLinkTypeQrCodeAuthentication
Enclosing class:
TdApi

public static final class TdApi.InternalLinkTypeQrCodeAuthentication extends TdApi.InternalLinkType
The link can be used to login the current user on another device, but it must be scanned from QR-code using in-app camera. An alert similar to "This code can be used to allow someone to log in to your Telegram account. To confirm Telegram login, please go to Settings > Devices > Scan QR and scan the code" needs to be shown.
  • Field Details

  • Constructor Details

    • InternalLinkTypeQrCodeAuthentication

      public InternalLinkTypeQrCodeAuthentication()
      The link can be used to login the current user on another device, but it must be scanned from QR-code using in-app camera. An alert similar to "This code can be used to allow someone to log in to your Telegram account. To confirm Telegram login, please go to Settings > Devices > Scan QR and scan the code" needs to be shown.
    • InternalLinkTypeQrCodeAuthentication

      public InternalLinkTypeQrCodeAuthentication(DataInput input) throws IOException
      The link can be used to login the current user on another device, but it must be scanned from QR-code using in-app camera. An alert similar to "This code can be used to allow someone to log in to your Telegram account. To confirm Telegram login, please go to Settings > Devices > Scan QR and scan the code" needs to be shown.
      Throws:
      IOException
  • Method Details