teleproto - v1.229.0
    Preparing search index...

    Interface AccountDeleteAccountParams

    interface AccountDeleteAccountParams {
        password?: TypeInputCheckPasswordSRPIn;
        reason: string;
    }
    Index

    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 »

    reason: string

    Why is the account being deleted, can be empty