@typed-discord/rest
Preparing search index...
types
GuildSubscriptionIntegrationResponse
Interface GuildSubscriptionIntegrationResponse
interface
GuildSubscriptionIntegrationResponse
{
account
:
AccountResponse
;
enabled
:
boolean
;
id
:
`
${
bigint
}
`
;
name
:
string
|
null
;
type
:
GUILD_SUBSCRIPTION
;
}
Index
Properties
account
enabled
id
name
type
Properties
account
account
:
AccountResponse
enabled
enabled
:
boolean
id
id
:
`
${
bigint
}
`
name
name
:
string
|
null
type
type
:
GUILD_SUBSCRIPTION
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
account
enabled
id
name
type
@typed-discord/rest
Loading...