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:
223ID:
E09D5FAF
- Parameters:
hash (
int64-bit) – Hash generated » from the previously returned list of IDs.- Returns:
TL Schema
account.getSavedMusicIds#e09d5faf
hash:long
= account.SavedMusicIds
Parameter Tree
GetSavedMusicIds
└── hash →
longExample
await app.invoke(
GetSavedMusicIds(
hash=0,
)
)