Class TdApi.GetRecoveryEmailAddress

  • Enclosing class:
    TdApi

    public static class TdApi.GetRecoveryEmailAddress
    extends TdApi.Function
    Returns a recovery email address that was previously set up. This method can be used to verify a password provided by the user.

    Returns RecoveryEmailAddress

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      java.lang.String password
      The password for the current user.
    • Field Detail

      • password

        public java.lang.String password
        The password for the current user.
      • CONSTRUCTOR

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

      • GetRecoveryEmailAddress

        public GetRecoveryEmailAddress()
        Default constructor.
      • GetRecoveryEmailAddress

        public GetRecoveryEmailAddress​(java.lang.String password)
        Constructor for initialization of all fields.
        Parameters:
        password - The password for the current user.