Skip to main content

Integration

Documentation


Documentation / @discordeno/bot / Integration

Interface: Integration

Defined in: transformers/types.ts:1000

Properties

account

account: IntegrationAccount

Defined in: transformers/types.ts:1016


application?

optional application?: IntegrationApplication

Defined in: transformers/types.ts:1011


enabled?

optional enabled?: boolean

Defined in: transformers/types.ts:1002


enableEmoticons?

optional enableEmoticons?: boolean

Defined in: transformers/types.ts:1005


expireBehavior?

optional expireBehavior?: IntegrationExpireBehaviors

Defined in: transformers/types.ts:1006


expireGracePeriod?

optional expireGracePeriod?: number

Defined in: transformers/types.ts:1007


guildId

guildId: bigint

Defined in: transformers/types.ts:1014


id

id: bigint

Defined in: transformers/types.ts:1012


name

name: string

Defined in: transformers/types.ts:1013


revoked?

optional revoked?: boolean

Defined in: transformers/types.ts:1010


roleId?

optional roleId?: bigint

Defined in: transformers/types.ts:1004


scopes

scopes: OAuth2Scope[]

Defined in: transformers/types.ts:1017


subscriberCount?

optional subscriberCount?: number

Defined in: transformers/types.ts:1009


syncedAt?

optional syncedAt?: number

Defined in: transformers/types.ts:1008


syncing?

optional syncing?: boolean

Defined in: transformers/types.ts:1003


type

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

Defined in: transformers/types.ts:1015


user?

optional user?: User

Defined in: transformers/types.ts:1001