@typed-discord/rest
Preparing search index...
types
BasicApplicationResponseWithBot
Interface BasicApplicationResponseWithBot
interface
BasicApplicationResponseWithBot
{
bot
?:
UserResponse
;
cover_image
?:
string
;
description
:
string
;
icon
:
string
|
null
;
id
:
`
${
bigint
}
`
;
name
:
string
;
primary_sku_id
?:
`
${
bigint
}
`
;
type
:
GUILD_ROLE_SUBSCRIPTIONS
|
null
;
}
Index
Properties
bot?
cover_
image?
description
icon
id
name
primary_
sku_
id?
type
Properties
Optional
bot
bot
?:
UserResponse
Optional
cover_
image
cover_image
?:
string
description
description
:
string
icon
icon
:
string
|
null
id
id
:
`
${
bigint
}
`
name
name
:
string
Optional
primary_
sku_
id
primary_sku_id
?:
`
${
bigint
}
`
type
type
:
GUILD_ROLE_SUBSCRIPTIONS
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bot
cover_
image
description
icon
id
name
primary_
sku_
id
type
@typed-discord/rest
Loading...