Skip to main content

Class GuildIntegrationProperties

Provides properties used to modify an Discord.IGuildIntegration with the specified changes.

Assembly: Discord.Net.Core.dll​
View Source​
Declaration
public class GuildIntegrationProperties

Properties​

ExpireBehavior​

Gets or sets the behavior when an integration subscription lapses.

View Source​
Declaration
public Optional<int> ExpireBehavior { get; set; }

ExpireGracePeriod​

Gets or sets the period (in seconds) where the integration will ignore lapsed subscriptions.

View Source​
Declaration
public Optional<int> ExpireGracePeriod { get; set; }

EnableEmoticons​

Gets or sets whether emoticons should be synced for this integration.

View Source​
Declaration
public Optional<bool> EnableEmoticons { get; set; }