Skip to main content

Integration

Documentation


Documentation / @discordeno/bot / Integration

Interface: Integration

Defined in: transformers/types.ts:1036

Properties

account

account: IntegrationAccount

Defined in: transformers/types.ts:1052


application?

optional application?: IntegrationApplication

Defined in: transformers/types.ts:1047


enabled?

optional enabled?: boolean

Defined in: transformers/types.ts:1038


enableEmoticons?

optional enableEmoticons?: boolean

Defined in: transformers/types.ts:1041


expireBehavior?

optional expireBehavior?: IntegrationExpireBehaviors

Defined in: transformers/types.ts:1042


expireGracePeriod?

optional expireGracePeriod?: number

Defined in: transformers/types.ts:1043


guildId

guildId: bigint

Defined in: transformers/types.ts:1050


id

id: bigint

Defined in: transformers/types.ts:1048


name

name: string

Defined in: transformers/types.ts:1049


revoked?

optional revoked?: boolean

Defined in: transformers/types.ts:1046


roleId?

optional roleId?: bigint

Defined in: transformers/types.ts:1040


scopes

scopes: OAuth2Scope[]

Defined in: transformers/types.ts:1053


subscriberCount?

optional subscriberCount?: number

Defined in: transformers/types.ts:1045


syncedAt?

optional syncedAt?: number

Defined in: transformers/types.ts:1044


syncing?

optional syncing?: boolean

Defined in: transformers/types.ts:1039


type

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

Defined in: transformers/types.ts:1051


user?

optional user?: User

Defined in: transformers/types.ts:1037