@typed-discord/rest
Preparing search index...
types
InviteApplicationResponse
Interface InviteApplicationResponse
interface
InviteApplicationResponse
{
bot
?:
UserResponse
;
bot_public
?:
boolean
;
bot_require_code_grant
?:
boolean
;
cover_image
?:
string
;
custom_install_url
?:
string
;
description
:
string
;
flags
:
number
;
flags_new
:
string
;
guild_id
?:
`
${
bigint
}
`
;
icon
:
string
|
null
;
id
:
`
${
bigint
}
`
;
install_params
?:
ApplicationOAuth2InstallParamsResponse
;
integration_types_config
?:
{
[
key
:
string
]:
ApplicationIntegrationTypeConfigurationResponse
;
}
;
max_participants
?:
number
|
null
;
name
:
string
;
primary_sku_id
?:
`
${
bigint
}
`
;
privacy_policy_url
?:
string
;
rpc_origins
?:
string
[]
;
slug
?:
string
;
tags
?:
string
[]
;
terms_of_service_url
?:
string
;
type
:
GUILD_ROLE_SUBSCRIPTIONS
|
null
;
verify_key
:
string
;
}
Index
Properties
bot?
bot_
public?
bot_
require_
code_
grant?
cover_
image?
custom_
install_
url?
description
flags
flags_
new
guild_
id?
icon
id
install_
params?
integration_
types_
config?
max_
participants?
name
primary_
sku_
id?
privacy_
policy_
url?
rpc_
origins?
slug?
tags?
terms_
of_
service_
url?
type
verify_
key
Properties
Optional
bot
bot
?:
UserResponse
Optional
bot_
public
bot_public
?:
boolean
Optional
bot_
require_
code_
grant
bot_require_code_grant
?:
boolean
Optional
cover_
image
cover_image
?:
string
Optional
custom_
install_
url
custom_install_url
?:
string
description
description
:
string
flags
flags
:
number
flags_
new
flags_new
:
string
Optional
guild_
id
guild_id
?:
`
${
bigint
}
`
icon
icon
:
string
|
null
id
id
:
`
${
bigint
}
`
Optional
install_
params
install_params
?:
ApplicationOAuth2InstallParamsResponse
Optional
integration_
types_
config
integration_types_config
?:
{
[
key
:
string
]:
ApplicationIntegrationTypeConfigurationResponse
;
}
Optional
max_
participants
max_participants
?:
number
|
null
name
name
:
string
Optional
primary_
sku_
id
primary_sku_id
?:
`
${
bigint
}
`
Optional
privacy_
policy_
url
privacy_policy_url
?:
string
Optional
rpc_
origins
rpc_origins
?:
string
[]
Optional
slug
slug
?:
string
Optional
tags
tags
?:
string
[]
Optional
terms_
of_
service_
url
terms_of_service_url
?:
string
type
type
:
GUILD_ROLE_SUBSCRIPTIONS
|
null
verify_
key
verify_key
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bot
bot_
public
bot_
require_
code_
grant
cover_
image
custom_
install_
url
description
flags
flags_
new
guild_
id
icon
id
install_
params
integration_
types_
config
max_
participants
name
primary_
sku_
id
privacy_
policy_
url
rpc_
origins
slug
tags
terms_
of_
service_
url
type
verify_
key
@typed-discord/rest
Loading...