Integration
Documentation / @discordeno/bot / Integration
Interface: Integration
Defined in: transformers/types.ts:1036
Properties
account
account:
IntegrationAccount
Defined in: transformers/types.ts:1052
application?
optionalapplication?:IntegrationApplication
Defined in: transformers/types.ts:1047
enabled?
optionalenabled?:boolean
Defined in: transformers/types.ts:1038
enableEmoticons?
optionalenableEmoticons?:boolean
Defined in: transformers/types.ts:1041
expireBehavior?
optionalexpireBehavior?:IntegrationExpireBehaviors
Defined in: transformers/types.ts:1042
expireGracePeriod?
optionalexpireGracePeriod?:number
Defined in: transformers/types.ts:1043
guildId
guildId:
bigint
Defined in: transformers/types.ts:1050
id
id:
bigint
Defined in: transformers/types.ts:1048
name
name:
string
Defined in: transformers/types.ts:1049
revoked?
optionalrevoked?:boolean
Defined in: transformers/types.ts:1046
roleId?
optionalroleId?:bigint
Defined in: transformers/types.ts:1040
scopes
scopes:
OAuth2Scope[]
Defined in: transformers/types.ts:1053
subscriberCount?
optionalsubscriberCount?:number
Defined in: transformers/types.ts:1045
syncedAt?
optionalsyncedAt?:number
Defined in: transformers/types.ts:1044
syncing?
optionalsyncing?:boolean
Defined in: transformers/types.ts:1039
type
type:
"twitch"|"youtube"|"discord"
Defined in: transformers/types.ts:1051
user?
optionaluser?:User
Defined in: transformers/types.ts:1037