Preview environment

interface APIPartialGuild

extends

Omit<APIUnavailableGuild, 'unavailable'>Pick<APIGuild, 'welcome_screen'>
export interface APIPartialGuild extends Omit<APIUnavailableGuild, 'unavailable'>, Pick<APIGuild, 'welcome_screen'>

See also: https://discord.com/developers/docs/resources/guild#guild-object-guild-structure

optional
description? : string | null

The description for the guild

name : string

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

optional
vanity_url_code? : string | null

The vanity url code for the guild

optional
verification_level? : GuildVerificationLevel

Verification level required for the guild

See also: https://discord.com/developers/docs/resources/guild#guild-object-verification-level