Module tdlight.api

Class TdApi.AuthenticationCodeTypeCall

Enclosing class:
TdApi

public static final class TdApi.AuthenticationCodeTypeCall extends TdApi.AuthenticationCodeType
An authentication code is delivered via a phone call to the specified phone number.
  • Field Details

    • length

      public int length
      Length of the code.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • AuthenticationCodeTypeCall

      public AuthenticationCodeTypeCall()
      An authentication code is delivered via a phone call to the specified phone number.
    • AuthenticationCodeTypeCall

      public AuthenticationCodeTypeCall(int length)
      An authentication code is delivered via a phone call to the specified phone number.
      Parameters:
      length - int Length of the code.
    • AuthenticationCodeTypeCall

      public AuthenticationCodeTypeCall(DataInput input) throws IOException
      An authentication code is delivered via a phone call to the specified phone number.
      Throws:
      IOException
  • Method Details