Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IntegrationModifyOptions

The options for {@link Integration#modify}.

since

0.0.1

see

https://discord.com/developers/docs/resources/guild#modify-guild-integration-json-params

Hierarchy

  • IntegrationModifyOptions

Index

Properties

Optional enable_emoticons

enable_emoticons: boolean | null

Whether emoticons should be synced for this integration (twitch only currently).

since

0.0.1

Optional expire_behavior

expire_behavior: number | null

The behavior when an integration subscription lapses (see the integration expire behaviors documentation).

since

0.0.1

see

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

Optional expire_grace_period

expire_grace_period: number | null

Period (in days) where the integration will ignore lapsed subscriptions.

since

0.0.1

Generated using TypeDoc