@typed-discord/rest
Preparing search index...
types
DiscordIntegrationResponse
Interface DiscordIntegrationResponse
interface
DiscordIntegrationResponse
{
account
:
AccountResponse
;
application
:
IntegrationApplicationResponse
;
enabled
:
boolean
;
id
:
`
${
bigint
}
`
;
name
:
string
|
null
;
scopes
:
(
BOT
|
WEBHOOK_INCOMING
|
APPLICATIONS_COMMANDS
)
[]
;
type
:
DISCORD
;
user
?:
UserResponse
;
}
Index
Properties
account
application
enabled
id
name
scopes
type
user?
Properties
account
account
:
AccountResponse
application
application
:
IntegrationApplicationResponse
enabled
enabled
:
boolean
id
id
:
`
${
bigint
}
`
name
name
:
string
|
null
scopes
scopes
:
(
BOT
|
WEBHOOK_INCOMING
|
APPLICATIONS_COMMANDS
)
[]
type
type
:
DISCORD
Optional
user
user
?:
UserResponse
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
account
application
enabled
id
name
scopes
type
user
@typed-discord/rest
Loading...