Class TdApi.PasswordRecoveryInfo

  • Enclosing class:
    TdApi

    public static class TdApi.PasswordRecoveryInfo
    extends TdApi.Object
    Contains information available to the user after requesting password recovery.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      java.lang.String recoveryEmailAddressPattern
      Pattern of the email address to which a recovery email was sent.
    • Constructor Summary

      Constructors 
      Constructor Description
      PasswordRecoveryInfo()
      Default constructor.
      PasswordRecoveryInfo​(java.lang.String recoveryEmailAddressPattern)
      Constructor for initialization of all fields.
    • Field Detail

      • recoveryEmailAddressPattern

        public java.lang.String recoveryEmailAddressPattern
        Pattern of the email address to which a recovery email was sent.
      • CONSTRUCTOR

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

      • PasswordRecoveryInfo

        public PasswordRecoveryInfo()
        Default constructor.
      • PasswordRecoveryInfo

        public PasswordRecoveryInfo​(java.lang.String recoveryEmailAddressPattern)
        Constructor for initialization of all fields.
        Parameters:
        recoveryEmailAddressPattern - Pattern of the email address to which a recovery email was sent.