Skip to main content
Module

x/discord_api_types/v9.ts>RESTPostAPIGuildsJSONBody

Up to date Discord API Typings, versioned by the API version
Go to Latest
type alias RESTPostAPIGuildsJSONBody
Re-export
import { type RESTPostAPIGuildsJSONBody } from "https://deno.land/x/discord_api_types@0.37.11/v9.ts";
definition: AddUndefinedToPossiblyUndefinedPropertiesOfInterface<{ name: string; region?: string; icon?: string; verification_level?: GuildVerificationLevel; default_message_notifications?: GuildDefaultMessageNotifications; explicit_content_filter?: GuildExplicitContentFilter; roles?: APIGuildCreateRole[]; channels?: APIGuildCreatePartialChannel[]; afk_channel_id?: number | Snowflake | null; afk_timeout?: number; system_channel_id?: number | Snowflake | null; system_channel_flags?: GuildSystemChannelFlags; premium_progress_bar_enabled?: boolean; }>