Layer 220
AccountSavedMusicIds
List of IDs of songs ( document. id s) currently pinned on our profile, see here for more info.
constructor
Parameters
| Name | Type | Description |
|---|---|---|
| Ids | Vector<long> | Full list of document. id s |
Returns
account.SavedMusicIdsGogram Example
// Creating AccountSavedMusicIds constructor obj := &tg.AccountSavedMusicIds{ Ids: []long{}, }