account.ResetNotifySettings

class pyrogram.raw.functions.account.ResetNotifySettings

Resets all notification settings from users and groups.

Details:
  • Layer: 223

  • ID: DB7E1747

Parameters:

No parameters required.

Returns:

bool

TL Schema

account.resetNotifySettings#db7e1747

= Bool

Parameter Tree

ResetNotifySettings

Example

await app.invoke(
    ResetNotifySettings(
    )
)