@typed-discord/rest
Preparing search index...
types
GuildPreviewResponse
Function GuildPreviewResponse
GuildPreviewResponse
(
id
:
`
${
bigint
}
`
,
name
:
string
,
icon
:
string
|
null
,
description
:
string
|
null
,
home_header
:
string
|
null
,
splash
:
string
|
null
,
discovery_splash
:
string
|
null
,
features
:
GuildFeatures
[]
,
approximate_member_count
:
number
,
approximate_presence_count
:
number
,
emojis
:
EmojiResponse
[]
,
stickers
:
GuildStickerResponse
[]
,
)
:
GuildPreviewResponse
Parameters
id
:
`
${
bigint
}
`
name
:
string
icon
:
string
|
null
description
:
string
|
null
home_header
:
string
|
null
splash
:
string
|
null
discovery_splash
:
string
|
null
features
:
GuildFeatures
[]
approximate_member_count
:
number
approximate_presence_count
:
number
emojis
:
EmojiResponse
[]
stickers
:
GuildStickerResponse
[]
Returns
GuildPreviewResponse
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@typed-discord/rest
Loading...