Preview environment

interface APIPartialGuild

extends

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

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

Banner hashSee https://discord.com/developers/docs/reference#image-formatting

optional
description? : string | null

The description for the guild

optional
features? : GuildFeature[]

Enabled guild featuresSee https://discord.com/developers/docs/resources/guild#guild-object-guild-features

icon : string | null

Icon hashSee https://discord.com/developers/docs/reference#image-formatting

name : string

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

splash : string | null

Splash hashSee https://discord.com/developers/docs/reference#image-formatting

optional
vanity_url_code? : string | null

The vanity url code for the guild

optional
verification_level? : GuildVerificationLevel

Verification level required for the guildSee https://discord.com/developers/docs/resources/guild#guild-object-verification-level