UserGuildSettingsUpdateRequest constructor
const
UserGuildSettingsUpdateRequest({
- UserNotificationSettings? messageNotifications,
- bool? muted,
- UserGuildSettingsUpdateRequestMuteConfig? muteConfig,
- bool? mobilePush,
- bool? suppressEveryone,
- bool? suppressRoles,
- bool? hideMutedChannels,
- Map<
String, ChannelOverrides> ? channelOverrides, - UserNotificationSettings? unreadBadges,
Implementation
const UserGuildSettingsUpdateRequest({
this.messageNotifications,
this.muted,
this.muteConfig,
this.mobilePush,
this.suppressEveryone,
this.suppressRoles,
this.hideMutedChannels,
this.channelOverrides,
this.unreadBadges,
});