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