account.ResetPasswordRequestedWait

class pyrogram.raw.types.account.ResetPasswordRequestedWait

You successfully requested a password reset, please wait until the specified date before finalizing the reset.

Constructor of ResetPasswordResult.

Details:
  • Layer: 223

  • ID: E9EFFC7D

Parameters:

until_date (int 32-bit) – Wait until this date before finalizing the reset.

Functions:

This object can be returned by 1 function.

account.ResetPassword

Initiate a 2FA password reset: can only be used if the user is already logged-in, see here for more info »

TL Schema

account.resetPasswordRequestedWait#e9effc7d
until_date:int

= account.ResetPasswordResult

Parameter Tree

ResetPasswordRequestedWait
└── until_dateint

Example

ResetPasswordRequestedWait(
    until_date=0,
)