Module tdlight.api

Class TdApi.AuthenticationCodeTypeTelegramMessage

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.AuthenticationCodeType
it.tdlight.jni.TdApi.AuthenticationCodeTypeTelegramMessage
Enclosing class:
TdApi

public static final class TdApi.AuthenticationCodeTypeTelegramMessage extends TdApi.AuthenticationCodeType
An authentication code is delivered via a private Telegram message, which can be viewed from another active session.
  • Field Details

    • length

      public int length
      Length of the code.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • AuthenticationCodeTypeTelegramMessage

      public AuthenticationCodeTypeTelegramMessage()
      An authentication code is delivered via a private Telegram message, which can be viewed from another active session.
    • AuthenticationCodeTypeTelegramMessage

      public AuthenticationCodeTypeTelegramMessage(int length)
      An authentication code is delivered via a private Telegram message, which can be viewed from another active session.
      Parameters:
      length - int Length of the code.
    • AuthenticationCodeTypeTelegramMessage

      public AuthenticationCodeTypeTelegramMessage(DataInput input) throws IOException
      An authentication code is delivered via a private Telegram message, which can be viewed from another active session.
      Throws:
      IOException
  • Method Details