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

x/denocordts/src/types/mod.ts>APIPartialGuild

An Object Oriented Discord API wrapper for Deno.
Latest
interface APIPartialGuild
implements Omit<APIUnavailableGuild, "unavailable">, Pick<APIGuild, "welcome_screen">
Re-export
import { type APIPartialGuild } from "https://deno.land/x/denocordts@1.2.0/src/types/mod.ts";

Properties

name: string

Guild name (2-100 characters, excluding trailing and leading whitespace)

optional
banner: string | null
optional
description: string | null

The description for the guild

optional
verification_level: GuildVerificationLevel
optional
vanity_url_code: string | null

The vanity url code for the guild

optional
unavailable: boolean

true if this guild is unavailable due to an outage