UserGuildSettingsUpdateRequest constructor

const UserGuildSettingsUpdateRequest({
  1. UserNotificationSettings? messageNotifications,
  2. bool? muted,
  3. UserGuildSettingsUpdateRequestMuteConfig? muteConfig,
  4. bool? mobilePush,
  5. bool? suppressEveryone,
  6. bool? suppressRoles,
  7. bool? hideMutedChannels,
  8. Map<String, ChannelOverrides>? channelOverrides,
  9. UserNotificationSettings? unreadBadges,
})

Implementation

const UserGuildSettingsUpdateRequest({
  this.messageNotifications,
  this.muted,
  this.muteConfig,
  this.mobilePush,
  this.suppressEveryone,
  this.suppressRoles,
  this.hideMutedChannels,
  this.channelOverrides,
  this.unreadBadges,
});