@typed-discord/rest
Preparing search index...
types
GuildPreviewResponse
Interface GuildPreviewResponse
interface
GuildPreviewResponse
{
approximate_member_count
:
number
;
approximate_presence_count
:
number
;
description
:
string
|
null
;
discovery_splash
:
string
|
null
;
emojis
:
EmojiResponse
[]
;
features
:
GuildFeatures
[]
;
home_header
:
string
|
null
;
icon
:
string
|
null
;
id
:
`
${
bigint
}
`
;
name
:
string
;
splash
:
string
|
null
;
stickers
:
GuildStickerResponse
[]
;
}
Index
Properties
approximate_
member_
count
approximate_
presence_
count
description
discovery_
splash
emojis
features
home_
header
icon
id
name
splash
stickers
Properties
approximate_
member_
count
approximate_member_count
:
number
approximate_
presence_
count
approximate_presence_count
:
number
description
description
:
string
|
null
discovery_
splash
discovery_splash
:
string
|
null
emojis
emojis
:
EmojiResponse
[]
features
features
:
GuildFeatures
[]
home_
header
home_header
:
string
|
null
icon
icon
:
string
|
null
id
id
:
`
${
bigint
}
`
name
name
:
string
splash
splash
:
string
|
null
stickers
stickers
:
GuildStickerResponse
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
approximate_
member_
count
approximate_
presence_
count
description
discovery_
splash
emojis
features
home_
header
icon
id
name
splash
stickers
@typed-discord/rest
Loading...