Module tdlight.api

Class TdApi.InternalLinkTypeAuthenticationCode

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.InternalLinkType
it.tdlight.jni.TdApi.InternalLinkTypeAuthenticationCode
Enclosing class:
TdApi

public static final class TdApi.InternalLinkTypeAuthenticationCode extends TdApi.InternalLinkType
The link contains an authentication code. Call checkAuthenticationCode with the code if the current authorization state is authorizationStateWaitCode.
  • Field Details

  • Constructor Details

    • InternalLinkTypeAuthenticationCode

      public InternalLinkTypeAuthenticationCode()
      The link contains an authentication code. Call checkAuthenticationCode with the code if the current authorization state is authorizationStateWaitCode.
    • InternalLinkTypeAuthenticationCode

      public InternalLinkTypeAuthenticationCode(String code)
      The link contains an authentication code. Call checkAuthenticationCode with the code if the current authorization state is authorizationStateWaitCode.
      Parameters:
      code - String The authentication code.
    • InternalLinkTypeAuthenticationCode

      public InternalLinkTypeAuthenticationCode(DataInput input) throws IOException
      The link contains an authentication code. Call checkAuthenticationCode with the code if the current authorization state is authorizationStateWaitCode.
      Throws:
      IOException
  • Method Details