InviteGuild

class InviteGuild()

Partial guild information embedded in a Discord invite response.

exported from lib.weeble.d

Properties

InviteGuild.createdAt

type: readonly Date

InviteGuild.createdTimestamp

type: readonly number

InviteGuild.description

type: readonly string | null

InviteGuild.features

type: readonly string[]

InviteGuild.icon

type: readonly string | null

InviteGuild.id

type: readonly string

InviteGuild.name

type: readonly string

InviteGuild.vanityUrlCode

type: readonly string | null

InviteGuild.verificationLevel

type: readonly number | null

Methods

InviteGuild.iconURL(options: { format?: “png” | “jpg” | “webp” | “gif”; size?: number; }) string | null