@typed-discord/rest
Preparing search index...
types
GuildWithCountsResponse
Function GuildWithCountsResponse
GuildWithCountsResponse
(
id
:
`
${
bigint
}
`
,
name
:
string
,
icon
:
string
|
null
,
description
:
string
|
null
,
home_header
:
string
|
null
,
splash
:
string
|
null
,
discovery_splash
:
string
|
null
,
features
:
GuildFeatures
[]
,
banner
:
string
|
null
,
owner_id
:
`
${
bigint
}
`
,
application_id
:
`
${
bigint
}
`
|
null
,
region
:
string
,
afk_channel_id
:
`
${
bigint
}
`
|
null
,
afk_timeout
:
AfkTimeouts
,
system_channel_id
:
`
${
bigint
}
`
|
null
,
system_channel_flags
:
number
,
widget_enabled
:
boolean
,
widget_channel_id
:
`
${
bigint
}
`
|
null
,
verification_level
:
VerificationLevels
,
roles
:
GuildRoleResponse
[]
,
default_message_notifications
:
UserNotificationSettings
,
mfa_level
:
GuildMFALevel
,
explicit_content_filter
:
GuildExplicitContentFilterTypes
,
max_presences
:
number
|
null
,
max_members
:
number
,
max_stage_video_channel_users
:
number
,
max_video_channel_users
:
number
,
vanity_url_code
:
string
|
null
,
premium_tier
:
PremiumGuildTiers
,
premium_subscription_count
:
number
,
preferred_locale
:
AvailableLocalesEnum
,
rules_channel_id
:
`
${
bigint
}
`
|
null
,
safety_alerts_channel_id
:
`
${
bigint
}
`
|
null
,
public_updates_channel_id
:
`
${
bigint
}
`
|
null
,
premium_progress_bar_enabled
:
boolean
,
nsfw
:
boolean
,
nsfw_level
:
GuildNSFWContentLevel
,
emojis
:
EmojiResponse
[]
,
stickers
:
GuildStickerResponse
[]
,
incidents_data
:
GuildIncidentsDataResponse
|
null
,
optional
?:
Omit
<
GuildWithCountsResponse
,
|
"id"
|
"name"
|
"roles"
|
"description"
|
"application_id"
|
"nsfw"
|
"icon"
|
"banner"
|
"stickers"
|
"owner_id"
|
"home_header"
|
"splash"
|
"discovery_splash"
|
"features"
|
"emojis"
|
"region"
|
"afk_channel_id"
|
"afk_timeout"
|
"system_channel_id"
|
"system_channel_flags"
|
"widget_enabled"
|
"widget_channel_id"
|
"verification_level"
|
"default_message_notifications"
|
"mfa_level"
|
"explicit_content_filter"
|
"max_presences"
|
"max_members"
|
"max_stage_video_channel_users"
|
"max_video_channel_users"
|
"vanity_url_code"
|
"premium_tier"
|
"premium_subscription_count"
|
"preferred_locale"
|
"rules_channel_id"
|
"safety_alerts_channel_id"
|
"public_updates_channel_id"
|
"premium_progress_bar_enabled"
|
"nsfw_level"
|
"incidents_data"
,
>
,
)
:
GuildWithCountsResponse
Parameters
id
:
`
${
bigint
}
`
name
:
string
icon
:
string
|
null
description
:
string
|
null
home_header
:
string
|
null
splash
:
string
|
null
discovery_splash
:
string
|
null
features
:
GuildFeatures
[]
banner
:
string
|
null
owner_id
:
`
${
bigint
}
`
application_id
:
`
${
bigint
}
`
|
null
region
:
string
afk_channel_id
:
`
${
bigint
}
`
|
null
afk_timeout
:
AfkTimeouts
system_channel_id
:
`
${
bigint
}
`
|
null
system_channel_flags
:
number
widget_enabled
:
boolean
widget_channel_id
:
`
${
bigint
}
`
|
null
verification_level
:
VerificationLevels
roles
:
GuildRoleResponse
[]
default_message_notifications
:
UserNotificationSettings
mfa_level
:
GuildMFALevel
explicit_content_filter
:
GuildExplicitContentFilterTypes
max_presences
:
number
|
null
max_members
:
number
max_stage_video_channel_users
:
number
max_video_channel_users
:
number
vanity_url_code
:
string
|
null
premium_tier
:
PremiumGuildTiers
premium_subscription_count
:
number
preferred_locale
:
AvailableLocalesEnum
rules_channel_id
:
`
${
bigint
}
`
|
null
safety_alerts_channel_id
:
`
${
bigint
}
`
|
null
public_updates_channel_id
:
`
${
bigint
}
`
|
null
premium_progress_bar_enabled
:
boolean
nsfw
:
boolean
nsfw_level
:
GuildNSFWContentLevel
emojis
:
EmojiResponse
[]
stickers
:
GuildStickerResponse
[]
incidents_data
:
GuildIncidentsDataResponse
|
null
Optional
optional
:
Omit
<
GuildWithCountsResponse
,
|
"id"
|
"name"
|
"roles"
|
"description"
|
"application_id"
|
"nsfw"
|
"icon"
|
"banner"
|
"stickers"
|
"owner_id"
|
"home_header"
|
"splash"
|
"discovery_splash"
|
"features"
|
"emojis"
|
"region"
|
"afk_channel_id"
|
"afk_timeout"
|
"system_channel_id"
|
"system_channel_flags"
|
"widget_enabled"
|
"widget_channel_id"
|
"verification_level"
|
"default_message_notifications"
|
"mfa_level"
|
"explicit_content_filter"
|
"max_presences"
|
"max_members"
|
"max_stage_video_channel_users"
|
"max_video_channel_users"
|
"vanity_url_code"
|
"premium_tier"
|
"premium_subscription_count"
|
"preferred_locale"
|
"rules_channel_id"
|
"safety_alerts_channel_id"
|
"public_updates_channel_id"
|
"premium_progress_bar_enabled"
|
"nsfw_level"
|
"incidents_data"
,
>
Returns
GuildWithCountsResponse
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@typed-discord/rest
Loading...