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 in another client.
    • 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()
        Default constructor.
      • AuthenticationCodeTypeTelegramMessage

        public AuthenticationCodeTypeTelegramMessage​(int length)
        Constructor for initialization of all fields.
        Parameters:
        length - Length of the code.