Class TdApi.ResetPasswordResultPending

  • Enclosing class:
    TdApi

    public static class TdApi.ResetPasswordResultPending
    extends TdApi.ResetPasswordResult
    The password reset request is pending.
    • Field Detail

      • pendingResetDate

        public int pendingResetDate
        Point in time (Unix timestamp) after which the password can be reset immediately using resetPassword.
      • CONSTRUCTOR

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

      • ResetPasswordResultPending

        public ResetPasswordResultPending()
        The password reset request is pending.
      • ResetPasswordResultPending

        public ResetPasswordResultPending​(int pendingResetDate)
        The password reset request is pending.
        Parameters:
        pendingResetDate - Point in time (Unix timestamp) after which the password can be reset immediately using resetPassword.