Module tdlight.api

Class TdApi.AuthorizationStateWaitPhoneNumber

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.AuthorizationState
it.tdlight.jni.TdApi.AuthorizationStateWaitPhoneNumber
Enclosing class:
TdApi

public static final class TdApi.AuthorizationStateWaitPhoneNumber extends TdApi.AuthorizationState
TDLib needs the user's phone number to authorize. Call setAuthenticationPhoneNumber to provide the phone number, or use requestQrCodeAuthentication or checkAuthenticationBotToken for other authentication options.
  • Field Details

  • Constructor Details

    • AuthorizationStateWaitPhoneNumber

      public AuthorizationStateWaitPhoneNumber()
      TDLib needs the user's phone number to authorize. Call setAuthenticationPhoneNumber to provide the phone number, or use requestQrCodeAuthentication or checkAuthenticationBotToken for other authentication options.
    • AuthorizationStateWaitPhoneNumber

      public AuthorizationStateWaitPhoneNumber(DataInput input) throws IOException
      TDLib needs the user's phone number to authorize. Call setAuthenticationPhoneNumber to provide the phone number, or use requestQrCodeAuthentication or checkAuthenticationBotToken for other authentication options.
      Throws:
      IOException
  • Method Details