Class TdApi.AuthorizationStateWaitCode

Enclosing class:
TdApi

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

    • codeInfo

      Information about the authorization code that was sent.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • 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 - Information about the authorization code that was sent.
  • Method Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR