Skip to main content

Integration

Documentation


Documentation / @discordeno/bot / Integration

Interface: Integration

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

Properties

account

account: IntegrationAccount

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


application?

optional application: IntegrationApplication

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


enabled?

optional enabled: boolean

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


enableEmoticons?

optional enableEmoticons: boolean

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


expireBehavior?

optional expireBehavior: IntegrationExpireBehaviors

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


expireGracePeriod?

optional expireGracePeriod: number

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


guildId

guildId: bigint

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


id

id: bigint

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


name

name: string

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


revoked?

optional revoked: boolean

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


roleId?

optional roleId: bigint

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


scopes

scopes: OAuth2Scope[]

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


subscriberCount?

optional subscriberCount: number

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


syncedAt?

optional syncedAt: number

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


syncing?

optional syncing: boolean

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


type

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

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


user?

optional user: User

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