Class TdApi.AuthenticationCodeInfo

  • Enclosing class:
    TdApi

    public static class TdApi.AuthenticationCodeInfo
    extends TdApi.Object
    Information about the authentication code that was sent.
    • Field Detail

      • phoneNumber

        public java.lang.String phoneNumber
        A phone number that is being authenticated.
      • timeout

        public int timeout
        Timeout before the code should be re-sent, in seconds.
      • CONSTRUCTOR

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

      • AuthenticationCodeInfo

        public AuthenticationCodeInfo()
        Default constructor.
      • AuthenticationCodeInfo

        public AuthenticationCodeInfo​(java.lang.String phoneNumber,
                                      TdApi.AuthenticationCodeType type,
                                      TdApi.AuthenticationCodeType nextType,
                                      int timeout)
        Constructor for initialization of all fields.
        Parameters:
        phoneNumber - A phone number that is being authenticated.
        type - Describes the way the code was sent to the user.
        nextType - Describes the way the next code will be sent to the user; may be null.
        timeout - Timeout before the code should be re-sent, in seconds.