@typed-discord/rest
Preparing search index...
types
GuildTemplateSnapshotResponse
Interface GuildTemplateSnapshotResponse
interface
GuildTemplateSnapshotResponse
{
afk_channel_id
:
`
${
bigint
}
`
|
null
;
afk_timeout
:
AfkTimeouts
;
channels
:
GuildTemplateChannelResponse
[]
;
default_message_notifications
:
UserNotificationSettings
;
description
:
string
|
null
;
explicit_content_filter
:
GuildExplicitContentFilterTypes
;
name
:
string
;
preferred_locale
:
AvailableLocalesEnum
;
region
:
string
|
null
;
roles
:
GuildTemplateRoleResponse
[]
;
system_channel_flags
:
number
;
system_channel_id
:
`
${
bigint
}
`
|
null
;
verification_level
:
VerificationLevels
;
}
Index
Properties
afk_
channel_
id
afk_
timeout
channels
default_
message_
notifications
description
explicit_
content_
filter
name
preferred_
locale
region
roles
system_
channel_
flags
system_
channel_
id
verification_
level
Properties
afk_
channel_
id
afk_channel_id
:
`
${
bigint
}
`
|
null
afk_
timeout
afk_timeout
:
AfkTimeouts
channels
channels
:
GuildTemplateChannelResponse
[]
default_
message_
notifications
default_message_notifications
:
UserNotificationSettings
description
description
:
string
|
null
explicit_
content_
filter
explicit_content_filter
:
GuildExplicitContentFilterTypes
name
name
:
string
preferred_
locale
preferred_locale
:
AvailableLocalesEnum
region
region
:
string
|
null
roles
roles
:
GuildTemplateRoleResponse
[]
system_
channel_
flags
system_channel_flags
:
number
system_
channel_
id
system_channel_id
:
`
${
bigint
}
`
|
null
verification_
level
verification_level
:
VerificationLevels
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
afk_
channel_
id
afk_
timeout
channels
default_
message_
notifications
description
explicit_
content_
filter
name
preferred_
locale
region
roles
system_
channel_
flags
system_
channel_
id
verification_
level
@typed-discord/rest
Loading...