@typed-discord/rest
Preparing search index...
types
ExternalConnectionIntegrationResponse
Interface ExternalConnectionIntegrationResponse
interface
ExternalConnectionIntegrationResponse
{
account
:
AccountResponse
;
enable_emoticons
?:
boolean
;
enabled
:
boolean
;
expire_behavior
?:
IntegrationExpireBehaviorTypes
;
expire_grace_period
?:
IntegrationExpireGracePeriodTypes
;
id
:
string
;
name
:
string
|
null
;
revoked
?:
boolean
;
role_id
?:
`
${
bigint
}
`
|
null
;
subscriber_count
?:
number
;
synced_at
?:
string
;
syncing
?:
boolean
;
type
:
TWITCH
|
YOUTUBE
;
user
:
UserResponse
;
}
Index
Properties
account
enable_
emoticons?
enabled
expire_
behavior?
expire_
grace_
period?
id
name
revoked?
role_
id?
subscriber_
count?
synced_
at?
syncing?
type
user
Properties
account
account
:
AccountResponse
Optional
enable_
emoticons
enable_emoticons
?:
boolean
enabled
enabled
:
boolean
Optional
expire_
behavior
expire_behavior
?:
IntegrationExpireBehaviorTypes
Optional
expire_
grace_
period
expire_grace_period
?:
IntegrationExpireGracePeriodTypes
id
id
:
string
name
name
:
string
|
null
Optional
revoked
revoked
?:
boolean
Optional
role_
id
role_id
?:
`
${
bigint
}
`
|
null
Optional
subscriber_
count
subscriber_count
?:
number
Optional
synced_
at
synced_at
?:
string
Optional
syncing
syncing
?:
boolean
type
type
:
TWITCH
|
YOUTUBE
user
user
:
UserResponse
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
account
enable_
emoticons
enabled
expire_
behavior
expire_
grace_
period
id
name
revoked
role_
id
subscriber_
count
synced_
at
syncing
type
user
@typed-discord/rest
Loading...