@typed-discord/rest
Preparing search index...
types
ApplicationResponse
Function ApplicationResponse
ApplicationResponse
(
id
:
`
${
bigint
}
`
,
name
:
string
,
icon
:
string
|
null
,
description
:
string
,
type
:
GUILD_ROLE_SUBSCRIPTIONS
|
null
,
verify_key
:
string
,
flags
:
number
,
flags_new
:
string
,
optional
?:
Omit
<
ApplicationResponse
,
|
"id"
|
"name"
|
"type"
|
"description"
|
"icon"
|
"verify_key"
|
"flags"
|
"flags_new"
,
>
,
)
:
ApplicationResponse
Parameters
id
:
`
${
bigint
}
`
name
:
string
icon
:
string
|
null
description
:
string
type
:
GUILD_ROLE_SUBSCRIPTIONS
|
null
verify_key
:
string
flags
:
number
flags_new
:
string
Optional
optional
:
Omit
<
ApplicationResponse
,
|
"id"
|
"name"
|
"type"
|
"description"
|
"icon"
|
"verify_key"
|
"flags"
|
"flags_new"
,
>
Returns
ApplicationResponse
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@typed-discord/rest
Loading...