Skip to content

New

See

https://discord.com/developers/docs/topics/gateway-events#guild-create-guild-create-extra-fields

Extends

Properties

id

id: string

Inherited from

Structure.id

Defined in

typings/guild.ts:40


name

name: string

Inherited from

Structure.name

Defined in

typings/guild.ts:41


icon

icon: null | string

Inherited from

Structure.icon

Defined in

typings/guild.ts:42


icon_hash?

optional icon_hash: null | string

Inherited from

Structure.icon_hash

Defined in

typings/guild.ts:43


splash

splash: null | string

Inherited from

Structure.splash

Defined in

typings/guild.ts:44


discovery_splash

discovery_splash: null | string

Inherited from

Structure.discovery_splash

Defined in

typings/guild.ts:45


owner?

optional owner: boolean

Inherited from

Structure.owner

Defined in

typings/guild.ts:46


owner_id

owner_id: string

Inherited from

Structure.owner_id

Defined in

typings/guild.ts:47


permissions?

optional permissions: string

Inherited from

Structure.permissions

Defined in

typings/guild.ts:48


afk_channel_id

afk_channel_id: null | string

Inherited from

Structure.afk_channel_id

Defined in

typings/guild.ts:49


afk_timeout

afk_timeout: number

Inherited from

Structure.afk_timeout

Defined in

typings/guild.ts:50


widget_enabled?

optional widget_enabled: boolean

Inherited from

Structure.widget_enabled

Defined in

typings/guild.ts:51


widget_channel_id?

optional widget_channel_id: null | string

Inherited from

Structure.widget_channel_id

Defined in

typings/guild.ts:52


verification_level

verification_level: VerificationLevel

Inherited from

Structure.verification_level

Defined in

typings/guild.ts:53


default_message_notifications

default_message_notifications: DefaultMessageNotificationLevel

Inherited from

Structure.default_message_notifications

Defined in

typings/guild.ts:54


explicit_content_filter

explicit_content_filter: ExplicitContentFilterLevel

Inherited from

Structure.explicit_content_filter

Defined in

typings/guild.ts:55


roles

roles: Structure[]

Inherited from

Structure.roles

Defined in

typings/guild.ts:56


emojis

emojis: Structure[]

Inherited from

Structure.emojis

Defined in

typings/guild.ts:57


features

features: Feature[]

Inherited from

Structure.features

Defined in

typings/guild.ts:58


mfa_level

mfa_level: MFALevel

Inherited from

Structure.mfa_level

Defined in

typings/guild.ts:59


application_id

application_id: null | string

Inherited from

Structure.application_id

Defined in

typings/guild.ts:60


system_channel_id

system_channel_id: null | string

Inherited from

Structure.system_channel_id

Defined in

typings/guild.ts:61


system_channel_flags

system_channel_flags: number

Bitfield of SystemChannelFlags

Inherited from

Structure.system_channel_flags

Defined in

typings/guild.ts:65


rules_channel_id

rules_channel_id: null | string

Inherited from

Structure.rules_channel_id

Defined in

typings/guild.ts:66


max_presences?

optional max_presences: null | number

Inherited from

Structure.max_presences

Defined in

typings/guild.ts:67


max_members?

optional max_members: number

Inherited from

Structure.max_members

Defined in

typings/guild.ts:68


vanity_url_code

vanity_url_code: null | string

Inherited from

Structure.vanity_url_code

Defined in

typings/guild.ts:69


description

description: null | string

Inherited from

Structure.description

Defined in

typings/guild.ts:70


banner: null | string

Inherited from

Structure.banner

Defined in

typings/guild.ts:71


premium_tier

premium_tier: PremiumTier

Inherited from

Structure.premium_tier

Defined in

typings/guild.ts:72


premium_subscription_count?

optional premium_subscription_count: number

Inherited from

Structure.premium_subscription_count

Defined in

typings/guild.ts:73


preferred_locale

preferred_locale: Locale

Inherited from

Structure.preferred_locale

Defined in

typings/guild.ts:74


public_updates_channel_id

public_updates_channel_id: null | string

Inherited from

Structure.public_updates_channel_id

Defined in

typings/guild.ts:75


max_video_channel_users?

optional max_video_channel_users: number

Inherited from

Structure.max_video_channel_users

Defined in

typings/guild.ts:76


max_stage_video_channel_users?

optional max_stage_video_channel_users: number

Inherited from

Structure.max_stage_video_channel_users

Defined in

typings/guild.ts:77


approximate_member_count?

optional approximate_member_count: number

Inherited from

Structure.approximate_member_count

Defined in

typings/guild.ts:78


approximate_presence_count?

optional approximate_presence_count: number

Inherited from

Structure.approximate_presence_count

Defined in

typings/guild.ts:79


welcome_screen?

optional welcome_screen: WelcomeScreenStructure

Inherited from

Structure.welcome_screen

Defined in

typings/guild.ts:80


nsfw_level

nsfw_level: GuildNSFWLevel

Inherited from

Structure.nsfw_level

Defined in

typings/guild.ts:81


stickers?

optional stickers: Structure[]

Inherited from

Structure.stickers

Defined in

typings/guild.ts:82


premium_progress_bar_enabled

premium_progress_bar_enabled: boolean

Inherited from

Structure.premium_progress_bar_enabled

Defined in

typings/guild.ts:83


safety_alerts_channel_id

safety_alerts_channel_id: null | string

Inherited from

Structure.safety_alerts_channel_id

Defined in

typings/guild.ts:84


joined_at

joined_at: string

ISO8601 Timestamp

Defined in

typings/guild.ts:92


large

large: boolean

Defined in

typings/guild.ts:93


unavailable?

optional unavailable: boolean

Defined in

typings/guild.ts:94


member_count

member_count: number

Defined in

typings/guild.ts:95


voice_states

voice_states: Partial<StateStructure>[]

Defined in

typings/guild.ts:96


members

members: MemberStructure[]

Defined in

typings/guild.ts:97


channels

channels: Structure[]

Defined in

typings/guild.ts:98


threads

threads: Structure[]

Defined in

typings/guild.ts:99


presences

presences: Partial<PresenceUpdateEventFields>[]

Defined in

typings/guild.ts:100


stage_instances

stage_instances: Structure[]

Defined in

typings/guild.ts:101


guild_scheduled_events

guild_scheduled_events: ScheduledEventStructure[]

Defined in

typings/guild.ts:102