Skip to main content
Module

x/discord_api_types/v8.ts>RESTPatchAPIGuildJSONBody

Up to date Discord API Typings, versioned by the API version
Go to Latest
type alias RESTPatchAPIGuildJSONBody
Deprecated
Deprecated

API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.

import { type RESTPatchAPIGuildJSONBody } from "https://deno.land/x/discord_api_types@0.37.11/v8.ts";
deprecated
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; }>