@typed-discord/rest
Preparing search index...
types
InviteGuildResponse
Interface InviteGuildResponse
interface
InviteGuildResponse
{
banner
:
string
|
null
;
description
:
string
|
null
;
features
:
GuildFeatures
[]
;
icon
:
string
|
null
;
id
:
`
${
bigint
}
`
;
name
:
string
;
nsfw
:
boolean
|
null
;
nsfw_level
:
GuildNSFWContentLevel
|
null
;
premium_subscription_count
:
number
;
splash
:
string
|
null
;
vanity_url_code
:
string
|
null
;
verification_level
:
VerificationLevels
|
null
;
}
Index
Properties
banner
description
features
icon
id
name
nsfw
nsfw_
level
premium_
subscription_
count
splash
vanity_
url_
code
verification_
level
Properties
banner
banner
:
string
|
null
description
description
:
string
|
null
features
features
:
GuildFeatures
[]
icon
icon
:
string
|
null
id
id
:
`
${
bigint
}
`
name
name
:
string
nsfw
nsfw
:
boolean
|
null
nsfw_
level
nsfw_level
:
GuildNSFWContentLevel
|
null
premium_
subscription_
count
premium_subscription_count
:
number
splash
splash
:
string
|
null
vanity_
url_
code
vanity_url_code
:
string
|
null
verification_
level
verification_level
:
VerificationLevels
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
banner
description
features
icon
id
name
nsfw
nsfw_
level
premium_
subscription_
count
splash
vanity_
url_
code
verification_
level
@typed-discord/rest
Loading...