UserSettingsUpdateRequest constructor
const
UserSettingsUpdateRequest({
- bool? inlineEmbedMedia,
- UserStatusType? status,
- dynamic statusResetsAt,
- UserStatusType? statusResetsTo,
- UserThemeType? theme,
- Locale? locale,
- List<
SnowflakeType> ? restrictedGuilds, - List<
SnowflakeType> ? botRestrictedGuilds, - bool? defaultGuildsRestricted,
- bool? botDefaultGuildsRestricted,
- bool? inlineAttachmentMedia,
- FriendSourceFlags? flags,
- bool? gifAutoPlay,
- bool? renderEmbeds,
- bool? renderReactions,
- bool? animateEmoji,
- StickerAnimationOptions? animateStickers,
- RenderSpoilers? renderSpoilers,
- bool? messageDisplayCompact,
- FriendSourceFlags? friendSourceFlags,
- IncomingCallFlags? incomingCallFlags,
- GroupDmAddPermissionFlags? groupDmAddPermissionFlags,
- List<
UserSettingsUpdateRequestGuildFolders> ? guildFolders, - String? syncedPreferences,
- int? afkTimeout,
- TimeFormatTypes? timeFormat,
- bool? developerMode,
- List<
String> ? trustedDomains, - bool? defaultHideMutedChannels,
- SensitiveMediaFilterLevel? sensitiveContentFriendDmFilter,
- SensitiveMediaFilterLevel? sensitiveContentNonFriendDmFilter,
- SensitiveMediaGuildFilterLevel? sensitiveContentGuildFilter,
- bool? suppressUnprivilegedSelfMentions,
- List<
SnowflakeType> ? suppressUnprivilegedSelfMentionsBypassUserIds, - List<
SnowflakeType> ? staffDmAccessUserIds, - CustomStatusPayload? customStatus,
Implementation
const UserSettingsUpdateRequest({
this.inlineEmbedMedia,
this.status,
this.statusResetsAt,
this.statusResetsTo,
this.theme,
this.locale,
this.restrictedGuilds,
this.botRestrictedGuilds,
this.defaultGuildsRestricted,
this.botDefaultGuildsRestricted,
this.inlineAttachmentMedia,
this.flags,
this.gifAutoPlay,
this.renderEmbeds,
this.renderReactions,
this.animateEmoji,
this.animateStickers,
this.renderSpoilers,
this.messageDisplayCompact,
this.friendSourceFlags,
this.incomingCallFlags,
this.groupDmAddPermissionFlags,
this.guildFolders,
this.syncedPreferences,
this.afkTimeout,
this.timeFormat,
this.developerMode,
this.trustedDomains,
this.defaultHideMutedChannels,
this.sensitiveContentFriendDmFilter,
this.sensitiveContentNonFriendDmFilter,
this.sensitiveContentGuildFilter,
this.suppressUnprivilegedSelfMentions,
this.suppressUnprivilegedSelfMentionsBypassUserIds,
this.staffDmAccessUserIds,
this.customStatus,
});