interface APIPartialGuild {
    banner?: null | string;
    description?: null | string;
    features?: GuildFeature[];
    icon: null | string;
    id: string;
    name: string;
    splash: null | string;
    vanity_url_code?: null | string;
    verification_level?: GuildVerificationLevel;
    welcome_screen?: APIGuildWelcomeScreen;
}

Hierarchy (View Summary)

Properties

banner?: null | string

Banner hash

description?: null | string

The description for the guild

features?: GuildFeature[]

Enabled guild features

icon: null | string

Icon hash

id: string

Guild id

name: string

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

splash: null | string

Splash hash

vanity_url_code?: null | string

The vanity url code for the guild

verification_level?: GuildVerificationLevel

Verification level required for the guild

welcome_screen?: APIGuildWelcomeScreen

The welcome screen of a Community guild, shown to new members

Returned in the invite object