@typed-discord/rest
Preparing search index...
types
DiscordIntegrationResponse
Function DiscordIntegrationResponse
DiscordIntegrationResponse
(
name
:
string
|
null
,
account
:
AccountResponse
,
enabled
:
boolean
,
id
:
`
${
bigint
}
`
,
application
:
IntegrationApplicationResponse
,
scopes
:
(
BOT
|
WEBHOOK_INCOMING
|
APPLICATIONS_COMMANDS
)
[]
,
optional
?:
Omit
<
DiscordIntegrationResponse
,
"id"
|
"name"
|
"type"
|
"scopes"
|
"application"
|
"account"
|
"enabled"
,
>
,
)
:
DiscordIntegrationResponse
Parameters
name
:
string
|
null
account
:
AccountResponse
enabled
:
boolean
id
:
`
${
bigint
}
`
application
:
IntegrationApplicationResponse
scopes
: (
BOT
|
WEBHOOK_INCOMING
|
APPLICATIONS_COMMANDS
)
[]
Optional
optional
:
Omit
<
DiscordIntegrationResponse
,
"id"
|
"name"
|
"type"
|
"scopes"
|
"application"
|
"account"
|
"enabled"
,
>
Returns
DiscordIntegrationResponse
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@typed-discord/rest
Loading...