Interface
GuildEditOptions
CamelCase SDK options for PATCH /guilds/{id}.
Properties
| Name | Type | Description |
|---|---|---|
| afkChannelId? | string | null | |
| afkTimeout? | number | |
| banner? | string | null | |
| contentWarningLevel? | ContentWarningLevel | |
| contentWarningText? | string | null | |
| defaultMessageNotifications? | DefaultMessageNotifications | |
| embedSplash? | string | null | |
| explicitContentFilter? | GuildExplicitContentFilter | |
| features? | GuildFeature[] | |
| icon? | string | null | |
| messageHistoryCutoff? | string | null | |
| mfaLevel? | GuildMFALevel | |
| name? | string | |
| nsfw? | boolean | Distinct from nsfwLevel: adult (18+) flag. |
| nsfwLevel? | GuildNSFWLevel | |
| splash? | string | null | |
| splashCardAlignment? | SplashCardAlignment | |
| systemChannelFlags? | number | SystemChannelFlagsValue | |
| systemChannelId? | string | null | |
| verificationLevel? | GuildVerificationLevel |