Skip to content

Guild

Defined in: api/types.ts:402

https://docs.discord.com/developers/resources/guild#guild-object

afk_channel_id: string | null

Defined in: api/types.ts:403


afk_timeout: number

Defined in: api/types.ts:404


application_id: string | null

Defined in: api/types.ts:405


optional approximate_member_count: number

Defined in: api/types.ts:406


optional approximate_presence_count: number

Defined in: api/types.ts:407


banner: string | null

Defined in: api/types.ts:408


default_message_notifications: GuildDefaultMessageNotificationLevel

Defined in: api/types.ts:409


description: string | null

Defined in: api/types.ts:410


discovery_splash: string | null

Defined in: api/types.ts:411


emojis: Emoji[]

Defined in: api/types.ts:412


explicit_content_filter: GuildExplicitContentFilterLevel

Defined in: api/types.ts:413


features: ("ANIMATED_BANNER" | "ANIMATED_ICON" | "APPLICATION_COMMAND_PERMISSIONS_V2behavior" | "AUTO_MODERATION" | "BANNER" | "COMMUNITY" | "CREATOR_MONETIZABLE_PROVISIONAL" | "CREATOR_STORE_PAGE" | "DEVELOPER_SUPPORT_SERVER" | "DISCOVERABLE" | "ENHANCED_ROLE_COLORS" | "FEATURABLE" | "GUESTS_ENABLED" | "GUILD_TAGS" | "INVITE_SPLASH" | "INVITES_DISABLED" | "MEMBER_VERIFICATION_GATE_ENABLED" | "MORE_SOUNDBOARD" | "MORE_STICKERS" | "NEWS" | "PARTNERED" | "PREVIEW_ENABLED" | "RAID_ALERTS_DISABLED" | "ROLE_ICONS" | "ROLE_SUBSCRIPTIONS_AVAILABLE_FOR_PURCHASE" | "ROLE_SUBSCRIPTIONS_ENABLED" | "SOUNDBOARD" | "TICKETED_EVENTS_ENABLED" | "VANITY_URL" | "VERIFIED" | "VIP_REGIONS" | "WELCOME_SCREEN_ENABLED")[]

Defined in: api/types.ts:414


icon: string | null

Defined in: api/types.ts:415


optional icon_hash: string | null

Defined in: api/types.ts:416


id: string

Defined in: api/types.ts:417


incidents_data: GuildIncidentsData | null

Defined in: api/types.ts:418


optional max_members: number

Defined in: api/types.ts:419


optional max_presences: number | null

Defined in: api/types.ts:420


optional max_stage_video_channel_users: number

Defined in: api/types.ts:421


optional max_video_channel_users: number

Defined in: api/types.ts:422


mfa_level: GuildMFALevel

Defined in: api/types.ts:423


name: string

Defined in: api/types.ts:424


nsfw_level: number

Defined in: api/types.ts:425


optional owner: boolean

Defined in: api/types.ts:426


owner_id: string

Defined in: api/types.ts:427


optional permissions: string

Defined in: api/types.ts:428


preferred_locale: Locale

Defined in: api/types.ts:429


premium_progress_bar_enabled: boolean

Defined in: api/types.ts:430


optional premium_subscription_count: number

Defined in: api/types.ts:431


premium_tier: GuildPremiumTier

Defined in: api/types.ts:432


public_updates_channel_id: string | null

Defined in: api/types.ts:433


optional region: string | null

Defined in: api/types.ts:434


roles: Role[]

Defined in: api/types.ts:435


rules_channel_id: string | null

Defined in: api/types.ts:436


safety_alerts_channel_id: string | null

Defined in: api/types.ts:437


splash: string | null

Defined in: api/types.ts:438


optional stickers: Sticker[]

Defined in: api/types.ts:439


system_channel_flags: number

Defined in: api/types.ts:440


system_channel_id: string | null

Defined in: api/types.ts:441


vanity_url_code: string | null

Defined in: api/types.ts:442


verification_level: GuildVerificationLevel

Defined in: api/types.ts:443


optional welcome_screen: GuildWelcomeScreen

Defined in: api/types.ts:444


optional widget_channel_id: string | null

Defined in: api/types.ts:445


optional widget_enabled: boolean

Defined in: api/types.ts:446