Integration
Documentation / @discordeno/bot / Integration
Interface: Integration
Defined in: bot/src/transformers/types.ts:859
Properties
account
account:
IntegrationAccount
Defined in: bot/src/transformers/types.ts:875
application?
optionalapplication:IntegrationApplication
Defined in: bot/src/transformers/types.ts:870
enabled?
optionalenabled:boolean
Defined in: bot/src/transformers/types.ts:861
enableEmoticons?
optionalenableEmoticons:boolean
Defined in: bot/src/transformers/types.ts:864
expireBehavior?
optionalexpireBehavior:IntegrationExpireBehaviors
Defined in: bot/src/transformers/types.ts:865
expireGracePeriod?
optionalexpireGracePeriod:number
Defined in: bot/src/transformers/types.ts:866
guildId
guildId:
bigint
Defined in: bot/src/transformers/types.ts:873
id
id:
bigint
Defined in: bot/src/transformers/types.ts:871
name
name:
string
Defined in: bot/src/transformers/types.ts:872
revoked?
optionalrevoked:boolean
Defined in: bot/src/transformers/types.ts:869
roleId?
optionalroleId:bigint
Defined in: bot/src/transformers/types.ts:863
scopes
scopes:
OAuth2Scope[]
Defined in: bot/src/transformers/types.ts:876
subscriberCount?
optionalsubscriberCount:number
Defined in: bot/src/transformers/types.ts:868
syncedAt?
optionalsyncedAt:number
Defined in: bot/src/transformers/types.ts:867
syncing?
optionalsyncing:boolean
Defined in: bot/src/transformers/types.ts:862
type
type:
"twitch"|"youtube"|"discord"
Defined in: bot/src/transformers/types.ts:874
user?
optionaluser:User
Defined in: bot/src/transformers/types.ts:860