Class TdApi.AuthorizationStateWaitCode

Enclosing class:
TdApi

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

  • Constructor Details

    • AuthorizationStateWaitCode

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

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

      public AuthorizationStateWaitCode​(DataInput input) throws IOException
      Throws:
      IOException
  • Method Details