interface APIGuildIntegration

external
export interface APIGuildIntegration

https://discord.com/developers/docs/resources/guild#integration-object

external
account : APIIntegrationAccount

Integration account informationSee https://discord.com/developers/docs/resources/guild#integration-account-object

optionalexternal
application? : APIGuildIntegrationApplication

The bot/OAuth2 application for discord integrationsSee https://discord.com/developers/docs/resources/guild#integration-application-object**This field is not provided for discord bot integrations.**

optionalexternal
enable_emoticons? : boolean

Whether emoticons should be synced for this integration (twitch only currently)**This field is not provided for discord bot integrations.**

external
enabled : boolean

Is this integration enabled

optionalexternal
expire_behavior? : IntegrationExpireBehavior

The behavior of expiring subscribers**This field is not provided for discord bot integrations.**See https://discord.com/developers/docs/resources/guild#integration-object-integration-expire-behaviors

optionalexternal
expire_grace_period? : number

The grace period (in days) before expiring subscribers**This field is not provided for discord bot integrations.**

external
id : Snowflake

Integration id

external
name : string

Integration name

optionalexternal
revoked? : boolean

Has this integration been revoked**This field is not provided for discord bot integrations.**

optionalexternal
role_id? : Snowflake

ID that this integration uses for "subscribers"**This field is not provided for discord bot integrations.**

optionalexternal
scopes? : OAuth2Scopes[]

The scopes the application has been authorized for

optionalexternal
subscriber_count? : number

How many subscribers this integration has**This field is not provided for discord bot integrations.**

optionalexternal
synced_at? : string

When this integration was last synced**This field is not provided for discord bot integrations.**

optionalexternal
syncing? : boolean

Is this integration syncing**This field is not provided for discord bot integrations.**

external
type : APIGuildIntegrationType

Integration type

optionalexternal
user? : APIUser

User for this integration**Some older integrations may not have an attached user.**See https://discord.com/developers/docs/resources/user#user-object