Layer 220
AccountGetSavedMusicIds
Fetch the full list of only the IDs of songs currently added to the profile, see here for more info.
method
Users
account.getSavedMusicIds#e09d5faf hash:long = account.SavedMusicIds;
Parameters
| Name | Type | Description |
|---|---|---|
| Hash | long | Hash generated from the previously returned list of IDs. |
Returns
account.SavedMusicIdsGogram Example
// AccountGetSavedMusicIds - positional arguments result, err := client.AccountGetSavedMusicIds(int64(0)) if err != nil { // handle error } // result is *tg.AccountSavedMusicIds