Adds or removes a song from the current user's profile see here » for more info on the music tab of the profile page.
 Method schema is available as of layer 213. Switch »
| Name | Type | Description | 
|---|---|---|
| flags | # | Flags, see TL conditional fields | 
| unsave | flags.0?true | If set, removes the song. | 
| id | InputDocument | The song to add or remove; can be an already added song when reordering songs with after_id. Adding an already added song will never re-add it, only move it to the top of the song list (or after the song passed inafter_id). | 
| after_id | flags.1?InputDocument | If set, the song will be added after the passed song (must be already pinned on the profile). | 
| Code | Type | Description | 
|---|---|---|
| 400 | DOCUMENT_INVALID | The specified document is invalid. | 
Telegram offers many customization options for your profile!