addMusicToProfile
Add music to profile. USER-ONLY
Parameters
fileId: string
The identifier of the audio file to add to profile.
afterFileId?: string
File identifier of the music to add the music after.
Result
void
Syntax
// Required parameters only.
await client.addMusicToProfile(fileId);
// Required parameters + optional parameters.
// Any of the optional parameters can be omitted.
await client.addMusicToProfile(fileId, { afterFileId });