account.DeleteAccount#

class pyrogram.raw.functions.account.DeleteAccount#

Delete the user’s account from the telegram servers. Can also be used to delete the account of a user that provided the login code, but forgot the 2FA password and no recovery method is configured, see here for more info on password recovery, and here for more info on account deletion.

Details:
  • Layer: 211

  • ID: A2C0CF74

Parameters:
reason (str):

Why is the account being deleted, can be empty

password (InputCheckPasswordSRP, optional):

2FA password: this field can be omitted even for accounts with 2FA enabled: in this case account account deletion will be delayed by 7 days as specified in the docs »

Returns:

bool