Integration
Documentation / @discordeno/bot / Integration
Interface: Integration
Defined in: transformers/types.ts:921
Properties
account
account:
IntegrationAccount
Defined in: transformers/types.ts:937
application?
optionalapplication:IntegrationApplication
Defined in: transformers/types.ts:932
enabled?
optionalenabled:boolean
Defined in: transformers/types.ts:923
enableEmoticons?
optionalenableEmoticons:boolean
Defined in: transformers/types.ts:926
expireBehavior?
optionalexpireBehavior:IntegrationExpireBehaviors
Defined in: transformers/types.ts:927
expireGracePeriod?
optionalexpireGracePeriod:number
Defined in: transformers/types.ts:928
guildId
guildId:
bigint
Defined in: transformers/types.ts:935
id
id:
bigint
Defined in: transformers/types.ts:933
name
name:
string
Defined in: transformers/types.ts:934
revoked?
optionalrevoked:boolean
Defined in: transformers/types.ts:931
roleId?
optionalroleId:bigint
Defined in: transformers/types.ts:925
scopes
scopes:
OAuth2Scope[]
Defined in: transformers/types.ts:938
subscriberCount?
optionalsubscriberCount:number
Defined in: transformers/types.ts:930
syncedAt?
optionalsyncedAt:number
Defined in: transformers/types.ts:929
syncing?
optionalsyncing:boolean
Defined in: transformers/types.ts:924
type
type:
"twitch"|"youtube"|"discord"
Defined in: transformers/types.ts:936
user?
optionaluser:User
Defined in: transformers/types.ts:922