setEntranceSoundSelection abstract method
- @PUT.new('/users/@me/entrance-sound-selections')
- @Body.new() required EntranceSoundSelectionRequest body,
Set the active entrance sound for a scope.
Assigns one of the user's library sounds to a scope (global, guilds, dms, or guild:
body - Name not received - field will be skipped.
Implementation
@PUT('/users/@me/entrance-sound-selections')
Future<void> setEntranceSoundSelection({
@Body() required EntranceSoundSelectionRequest body,
});