Skip to main content

Integration

Documentation


Documentation / @discordeno/bot / Integration

Interface: Integration

Defined in: transformers/types.ts:921

Properties

account

account: IntegrationAccount

Defined in: transformers/types.ts:937


application?

optional application?: IntegrationApplication

Defined in: transformers/types.ts:932


enabled?

optional enabled?: boolean

Defined in: transformers/types.ts:923


enableEmoticons?

optional enableEmoticons?: boolean

Defined in: transformers/types.ts:926


expireBehavior?

optional expireBehavior?: IntegrationExpireBehaviors

Defined in: transformers/types.ts:927


expireGracePeriod?

optional expireGracePeriod?: number

Defined in: transformers/types.ts:928


guildId

guildId: bigint

Defined in: transformers/types.ts:935


id

id: bigint

Defined in: transformers/types.ts:933


name

name: string

Defined in: transformers/types.ts:934


revoked?

optional revoked?: boolean

Defined in: transformers/types.ts:931


roleId?

optional roleId?: bigint

Defined in: transformers/types.ts:925


scopes

scopes: OAuth2Scope[]

Defined in: transformers/types.ts:938


subscriberCount?

optional subscriberCount?: number

Defined in: transformers/types.ts:930


syncedAt?

optional syncedAt?: number

Defined in: transformers/types.ts:929


syncing?

optional syncing?: boolean

Defined in: transformers/types.ts:924


type

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

Defined in: transformers/types.ts:936


user?

optional user?: User

Defined in: transformers/types.ts:922