@typed-discord/rest
Preparing search index...
types
GuildTemplateSnapshotResponse
Function GuildTemplateSnapshotResponse
GuildTemplateSnapshotResponse
(
name
:
string
,
description
:
string
|
null
,
region
:
string
|
null
,
verification_level
:
VerificationLevels
,
default_message_notifications
:
UserNotificationSettings
,
explicit_content_filter
:
GuildExplicitContentFilterTypes
,
preferred_locale
:
AvailableLocalesEnum
,
afk_channel_id
:
`
${
bigint
}
`
|
null
,
afk_timeout
:
AfkTimeouts
,
system_channel_id
:
`
${
bigint
}
`
|
null
,
system_channel_flags
:
number
,
roles
:
GuildTemplateRoleResponse
[]
,
channels
:
GuildTemplateChannelResponse
[]
,
)
:
GuildTemplateSnapshotResponse
Parameters
name
:
string
description
:
string
|
null
region
:
string
|
null
verification_level
:
VerificationLevels
default_message_notifications
:
UserNotificationSettings
explicit_content_filter
:
GuildExplicitContentFilterTypes
preferred_locale
:
AvailableLocalesEnum
afk_channel_id
:
`
${
bigint
}
`
|
null
afk_timeout
:
AfkTimeouts
system_channel_id
:
`
${
bigint
}
`
|
null
system_channel_flags
:
number
roles
:
GuildTemplateRoleResponse
[]
channels
:
GuildTemplateChannelResponse
[]
Returns
GuildTemplateSnapshotResponse
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@typed-discord/rest
Loading...