Skip to main content

Integration

Documentation


Documentation / @discordeno/bot / Integration

Interface: Integration

Defined in: transformers/types.ts:915

Properties

account

account: IntegrationAccount

Defined in: transformers/types.ts:931


application?

optional application: IntegrationApplication

Defined in: transformers/types.ts:926


enabled?

optional enabled: boolean

Defined in: transformers/types.ts:917


enableEmoticons?

optional enableEmoticons: boolean

Defined in: transformers/types.ts:920


expireBehavior?

optional expireBehavior: IntegrationExpireBehaviors

Defined in: transformers/types.ts:921


expireGracePeriod?

optional expireGracePeriod: number

Defined in: transformers/types.ts:922


guildId

guildId: bigint

Defined in: transformers/types.ts:929


id

id: bigint

Defined in: transformers/types.ts:927


name

name: string

Defined in: transformers/types.ts:928


revoked?

optional revoked: boolean

Defined in: transformers/types.ts:925


roleId?

optional roleId: bigint

Defined in: transformers/types.ts:919


scopes

scopes: OAuth2Scope[]

Defined in: transformers/types.ts:932


subscriberCount?

optional subscriberCount: number

Defined in: transformers/types.ts:924


syncedAt?

optional syncedAt: number

Defined in: transformers/types.ts:923


syncing?

optional syncing: boolean

Defined in: transformers/types.ts:918


type

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

Defined in: transformers/types.ts:930


user?

optional user: User

Defined in: transformers/types.ts:916