account.ResetPasswordOk

class pyrogram.raw.types.account.ResetPasswordOk

The 2FA password was reset successfully.

Constructor of ResetPasswordResult.

Details:
  • Layer: 223

  • ID: E926D63E

Parameters:

No parameters required.

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.resetPasswordOk#e926d63e

= account.ResetPasswordResult

Parameter Tree

ResetPasswordOk

Example

ResetPasswordOk(
)