account.GetSavedMusicIds

class pyrogram.raw.functions.account.GetSavedMusicIds

Fetch the full list of only the IDs of songs currently added to the profile, see here » for more info.

Details:
  • Layer: 223

  • ID: E09D5FAF

Parameters:

hash (int 64-bit) – Hash generated » from the previously returned list of IDs.

Returns:

account.SavedMusicIds

TL Schema

account.getSavedMusicIds#e09d5faf
hash:long

= account.SavedMusicIds

Parameter Tree

GetSavedMusicIds
└── hashlong

Example

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