APIPartialGuild

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

Extends

Omit<APIUnavailableGuild, 'unavailable'>

Extends

Pick<APIGuild, 'welcome_screen'>
description?:string | null
The description for the guild
name:string
Guild name (2-100 characters, excluding trailing and leading whitespace)
vanity_url_code?:string | null
The vanity url code for the guild