Class TdApi.AuthenticationCodeTypeTelegramMessage

  • Enclosing class:
    TdApi

    public static 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 Detail

      • length

        public int length
        Length of the code.
      • CONSTRUCTOR

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • 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 - Length of the code.