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: 223

  • ID: 998D6636

Parameters:

ids (List of int 64-bit) – Full list of document.ids

Functions:

This object can be returned by 1 function.

account.GetSavedMusicIds

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
└── idsVector < long >

Example

SavedMusicIds(
    ids=[0],
)