Module tdlight.api

Class TdApi.AuthorizationStateWaitCode

Enclosing class:
TdApi

public static final class TdApi.AuthorizationStateWaitCode extends TdApi.AuthorizationState
TDLib needs the user's authentication code to authorize. Call checkAuthenticationCode to check the code.
  • Field Details

  • Constructor Details

    • AuthorizationStateWaitCode

      public AuthorizationStateWaitCode()
      TDLib needs the user's authentication code to authorize. Call checkAuthenticationCode to check the code.
    • AuthorizationStateWaitCode

      public AuthorizationStateWaitCode(TdApi.AuthenticationCodeInfo codeInfo)
      TDLib needs the user's authentication code to authorize. Call checkAuthenticationCode to check the code.
      Parameters:
      codeInfo - AuthenticationCodeInfo Information about the authorization code that was sent.
    • AuthorizationStateWaitCode

      public AuthorizationStateWaitCode(DataInput input) throws IOException
      TDLib needs the user's authentication code to authorize. Call checkAuthenticationCode to check the code.
      Throws:
      IOException
  • Method Details