Module tdlight.api

Class TdApi.AuthorizationStateWaitRegistration

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

public static final class TdApi.AuthorizationStateWaitRegistration extends TdApi.AuthorizationState
The user is unregistered and need to accept terms of service and enter their first name and last name to finish registration. Call registerUser to accept the terms of service and provide the data.
  • Field Details

  • Constructor Details

    • AuthorizationStateWaitRegistration

      public AuthorizationStateWaitRegistration()
      The user is unregistered and need to accept terms of service and enter their first name and last name to finish registration. Call registerUser to accept the terms of service and provide the data.
    • AuthorizationStateWaitRegistration

      public AuthorizationStateWaitRegistration(TdApi.TermsOfService termsOfService)
      The user is unregistered and need to accept terms of service and enter their first name and last name to finish registration. Call registerUser to accept the terms of service and provide the data.
      Parameters:
      termsOfService - TermsOfService Telegram terms of service.
    • AuthorizationStateWaitRegistration

      public AuthorizationStateWaitRegistration(DataInput input) throws IOException
      The user is unregistered and need to accept terms of service and enter their first name and last name to finish registration. Call registerUser to accept the terms of service and provide the data.
      Throws:
      IOException
  • Method Details