Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/denocordts/deps.ts>RESTPatchAPIGuildJSONBody

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