Interface

PartialUserGuildPayload

Partial guild from GET /users/@me/guilds.

Properties

approximateMemberCount?: number

Present when fetched with `{ withCounts: true }`.

approximatePresenceCount?: number

Present when fetched with `{ withCounts: true }`.

features?: string[]
icon: string | null
id: string
name: string
owner?: boolean
permissions?: string | null