Skip to main content

Integration

Documentation


Documentation / @discordeno/bot / Integration

Interface: Integration

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

Properties

account

account: IntegrationAccount

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


application?

optional application: IntegrationApplication

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


enabled?

optional enabled: boolean

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


enableEmoticons?

optional enableEmoticons: boolean

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


expireBehavior?

optional expireBehavior: IntegrationExpireBehaviors

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


expireGracePeriod?

optional expireGracePeriod: number

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


guildId

guildId: bigint

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


id

id: bigint

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


name

name: string

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


revoked?

optional revoked: boolean

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


roleId?

optional roleId: bigint

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


scopes

scopes: OAuth2Scope[]

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


subscriberCount?

optional subscriberCount: number

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


syncedAt?

optional syncedAt: number

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


syncing?

optional syncing: boolean

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


type

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

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


user?

optional user: User

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