Skip to main content

Integration

Documentation


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?

optional application: IntegrationApplication

Defined in: bot/src/transformers/types.ts:870


enabled?

optional enabled: boolean

Defined in: bot/src/transformers/types.ts:861


enableEmoticons?

optional enableEmoticons: boolean

Defined in: bot/src/transformers/types.ts:864


expireBehavior?

optional expireBehavior: IntegrationExpireBehaviors

Defined in: bot/src/transformers/types.ts:865


expireGracePeriod?

optional expireGracePeriod: 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?

optional revoked: boolean

Defined in: bot/src/transformers/types.ts:869


roleId?

optional roleId: bigint

Defined in: bot/src/transformers/types.ts:863


scopes

scopes: OAuth2Scope[]

Defined in: bot/src/transformers/types.ts:876


subscriberCount?

optional subscriberCount: number

Defined in: bot/src/transformers/types.ts:868


syncedAt?

optional syncedAt: number

Defined in: bot/src/transformers/types.ts:867


syncing?

optional syncing: boolean

Defined in: bot/src/transformers/types.ts:862


type

type: "twitch" | "youtube" | "discord"

Defined in: bot/src/transformers/types.ts:874


user?

optional user: User

Defined in: bot/src/transformers/types.ts:860