Integration

export class Integration extends Base
export class Integration extends Base
Represents a guild integration.

Extends

Base
The account integration information
The application for this integration
Readonly
client:Client<true>
The client that instantiated this
Inherited from Base
enabled:boolean | null
Whether this integration is enabled
enableEmoticons:boolean | null
Whether emoticons should be synced for this integration (twitch only currently)
The behavior of expiring subscribers
expireGracePeriod:number | null
The grace period (in days) before expiring subscribers
guild:Guild
The guild this integration belongs to
The integration id
name:string
The integration name
revoked:boolean | null
Whether this integration has been revoked
role:Role | null
The role that this integration uses for subscribers
Readonly
All roles that are managed by this integration
scopes:OAuth2Scopes[]
The scopes this application has been authorized for
subscriberCount:number | null
How many subscribers this integration has
Readonly
syncedAt:Date | null
The date at which this integration was last synced at
syncedTimestamp:number | null
The timestamp at which this integration was last synced at
syncing:boolean | null
Whether this integration is syncing
The integration type
user:User | null
The user for this integration
delete(reason?):Promise<Integration>
Deletes this integration.
NameTypeOptionalDescription
reasonstringYesReason for deleting this integration
toJSON(...props):unknown
NameTypeOptionalDescription
...propsRecord<string, boolean | string>[]NoNone
Inherited from Base
valueOf():string