Skip to main content
Module

x/denocordts/deps.ts>RESTPostAPIGuildsJSONBody

An Object Oriented Discord API wrapper for Deno.
Latest
type alias RESTPostAPIGuildsJSONBody
Re-export
import { type RESTPostAPIGuildsJSONBody } from "https://deno.land/x/denocordts@1.2.0/deps.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; }>