Interface APIPartialGuild

Hierarchy

Properties

banner?: null | string
description?: null | string

The description for the guild

features?: GuildFeature[]
icon: null | string
id: string

Guild id

name: string

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

splash: null | string
vanity_url_code?: null | string

The vanity url code for the guild

verification_level?: GuildVerificationLevel
welcome_screen?: APIGuildWelcomeScreen

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

Returned in the invite object

Generated using TypeDoc