Integration
Documentation / @discordeno/bot / Integration
Interface: Integration
Defined in: transformers/types.ts:1000
Properties
account
account:
IntegrationAccount
Defined in: transformers/types.ts:1016
application?
optionalapplication?:IntegrationApplication
Defined in: transformers/types.ts:1011
enabled?
optionalenabled?:boolean
Defined in: transformers/types.ts:1002
enableEmoticons?
optionalenableEmoticons?:boolean
Defined in: transformers/types.ts:1005
expireBehavior?
optionalexpireBehavior?:IntegrationExpireBehaviors
Defined in: transformers/types.ts:1006
expireGracePeriod?
optionalexpireGracePeriod?:number
Defined in: transformers/types.ts:1007
guildId
guildId:
bigint
Defined in: transformers/types.ts:1014
id
id:
bigint
Defined in: transformers/types.ts:1012
name
name:
string
Defined in: transformers/types.ts:1013
revoked?
optionalrevoked?:boolean
Defined in: transformers/types.ts:1010
roleId?
optionalroleId?:bigint
Defined in: transformers/types.ts:1004
scopes
scopes:
OAuth2Scope[]
Defined in: transformers/types.ts:1017
subscriberCount?
optionalsubscriberCount?:number
Defined in: transformers/types.ts:1009
syncedAt?
optionalsyncedAt?:number
Defined in: transformers/types.ts:1008
syncing?
optionalsyncing?:boolean
Defined in: transformers/types.ts:1003
type
type:
"twitch"|"youtube"|"discord"
Defined in: transformers/types.ts:1015
user?
optionaluser?:User
Defined in: transformers/types.ts:1001