account.DeleteAutoSaveExceptions

class pyrogram.raw.functions.account.DeleteAutoSaveExceptions

Clear all peer-specific autosave settings.

Details:
  • Layer: 223

  • ID: 53BC0020

Parameters:

No parameters required.

Returns:

bool

TL Schema

account.deleteAutoSaveExceptions#53bc0020

= Bool

Parameter Tree

DeleteAutoSaveExceptions

Example

await app.invoke(
    DeleteAutoSaveExceptions(
    )
)