account.GetSavedRingtones

class pyrogram.raw.functions.account.GetSavedRingtones

Fetch saved notification sounds

Details:
  • Layer: 223

  • ID: E1902288

Parameters:

hash (int 64-bit) – Hash used for caching, for more info click here.

Returns:

account.SavedRingtones

TL Schema

account.getSavedRingtones#e1902288
hash:long

= account.SavedRingtones

Parameter Tree

GetSavedRingtones
└── hashlong

Example

await app.invoke(
    GetSavedRingtones(
        hash=0,
    )
)