updateDmNotificationSettings abstract method
- @PATCH.new('/users/@me/guilds/@me/settings')
- @Body.new() required UserGuildSettingsUpdateRequest body,
Update DM notification settings.
Updates the user's notification settings for direct messages and group DMs. Controls how DM notifications are handled.
body - Name not received - field will be skipped.
Implementation
@PATCH('/users/@me/guilds/@me/settings')
Future<UserGuildSettingsResponse> updateDmNotificationSettings({
@Body() required UserGuildSettingsUpdateRequest body,
});