Skip to main content
Module

x/discord_api_types/v10.ts>RESTPatchAPIGuildJSONBody

Up to date Discord API Typings, versioned by the API version
Go to Latest
type alias RESTPatchAPIGuildJSONBody
import { type RESTPatchAPIGuildJSONBody } from "https://deno.land/x/discord_api_types@0.37.11/v10.ts";
definition: AddUndefinedToPossiblyUndefinedPropertiesOfInterface<{ name?: string; region?: string | null; verification_level?: GuildVerificationLevel | null; default_message_notifications?: GuildDefaultMessageNotifications | null; explicit_content_filter?: GuildExplicitContentFilter | null; afk_channel_id?: Snowflake | null; afk_timeout?: number; icon?: string | null; owner_id?: Snowflake; splash?: string | null; discovery_splash?: string | null; banner?: string | null; system_channel_id?: Snowflake | null; system_channel_flags?: GuildSystemChannelFlags; rules_channel_id?: Snowflake | null; public_updates_channel_id?: Snowflake | null; preferred_locale?: string | null; features?: GuildFeature[]; description?: string | null; premium_progress_bar_enabled?: boolean; }>