@typed-discord/rest
Preparing search index...
types
InviteGuildResponse
Function InviteGuildResponse
InviteGuildResponse
(
id
:
`
${
bigint
}
`
,
name
:
string
,
splash
:
string
|
null
,
banner
:
string
|
null
,
description
:
string
|
null
,
icon
:
string
|
null
,
features
:
GuildFeatures
[]
,
verification_level
:
VerificationLevels
|
null
,
vanity_url_code
:
string
|
null
,
nsfw_level
:
GuildNSFWContentLevel
|
null
,
nsfw
:
boolean
|
null
,
premium_subscription_count
:
number
,
)
:
InviteGuildResponse
Parameters
id
:
`
${
bigint
}
`
name
:
string
splash
:
string
|
null
banner
:
string
|
null
description
:
string
|
null
icon
:
string
|
null
features
:
GuildFeatures
[]
verification_level
:
VerificationLevels
|
null
vanity_url_code
:
string
|
null
nsfw_level
:
GuildNSFWContentLevel
|
null
nsfw
:
boolean
|
null
premium_subscription_count
:
number
Returns
InviteGuildResponse
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@typed-discord/rest
Loading...