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 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
      Throws:
      IOException
  • Method Details