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.21/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?:
| 60
| 300
| 900
| 1800
| 3600
; system_channel_id?: number | Snowflake | null; system_channel_flags?: GuildSystemChannelFlags; premium_progress_bar_enabled?: boolean; }>