Class TdApi.AuthenticationCodeTypeSms

  • Enclosing class:
    TdApi

    public static class TdApi.AuthenticationCodeTypeSms
    extends TdApi.AuthenticationCodeType
    An authentication code is delivered via an SMS message to the specified phone number.
    • 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

      • AuthenticationCodeTypeSms

        public AuthenticationCodeTypeSms()
        Default constructor.
      • AuthenticationCodeTypeSms

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