Integration
Documentation / @discordeno/bot / Integration
Interface: Integration
Defined in: bot/src/transformers/types.ts:854
Properties
account
account:
IntegrationAccount
Defined in: bot/src/transformers/types.ts:870
application?
optional
application:IntegrationApplication
Defined in: bot/src/transformers/types.ts:865
enabled?
optional
enabled:boolean
Defined in: bot/src/transformers/types.ts:856
enableEmoticons?
optional
enableEmoticons:boolean
Defined in: bot/src/transformers/types.ts:859
expireBehavior?
optional
expireBehavior:IntegrationExpireBehaviors
Defined in: bot/src/transformers/types.ts:860
expireGracePeriod?
optional
expireGracePeriod:number
Defined in: bot/src/transformers/types.ts:861
guildId
guildId:
bigint
Defined in: bot/src/transformers/types.ts:868
id
id:
bigint
Defined in: bot/src/transformers/types.ts:866
name
name:
string
Defined in: bot/src/transformers/types.ts:867
revoked?
optional
revoked:boolean
Defined in: bot/src/transformers/types.ts:864
roleId?
optional
roleId:bigint
Defined in: bot/src/transformers/types.ts:858
scopes
scopes:
OAuth2Scope
[]
Defined in: bot/src/transformers/types.ts:871
subscriberCount?
optional
subscriberCount:number
Defined in: bot/src/transformers/types.ts:863
syncedAt?
optional
syncedAt:number
Defined in: bot/src/transformers/types.ts:862
syncing?
optional
syncing:boolean
Defined in: bot/src/transformers/types.ts:857
type
type:
"twitch"
|"youtube"
|"discord"
Defined in: bot/src/transformers/types.ts:869
user?
optional
user:User
Defined in: bot/src/transformers/types.ts:855