account.SavedMusicIds
- class pyrogram.raw.types.account.SavedMusicIds
List of IDs of songs (document.ids) currently pinned on our profile, see here » for more info.
Constructor of
SavedMusicIds.- Details:
Layer:
223ID:
998D6636
- Parameters:
ids (List of
int64-bit) – Full list of document.ids
- Functions:
This object can be returned by 1 function.
Fetch the full list of only the IDs of songs currently added to the profile, see here » for more info.
TL Schema
account.savedMusicIds#998d6636
ids:Vector<long>
= account.SavedMusicIds
Parameter Tree
SavedMusicIds
└── ids →
Vector < long >Example
SavedMusicIds(
ids=[0],
)