Layer 227
AccountSavedMusicIdsObj
List of IDs of songs ( document. id s) currently pinned on our profile, see here for more info.
constructor
account.savedMusicIds#998d6636 ids:Vector<long> = account.SavedMusicIds;
Parameters
| Name | Type | Description |
|---|---|---|
| Ids | Vector < long > | Full list of document. id s |
Returns
account.SavedMusicIdsGogram Example
// Creating AccountSavedMusicIdsObj constructor obj := &tg.AccountSavedMusicIdsObj{ Ids: &tg.VectorLong{}, }