Class DiscordIntegration
- Namespace
- DSharpPlus.Entities
- Assembly
- DSharpPlus.dll
Represents a Discord integration. These appear on the profile as linked 3rd party accounts.
public class DiscordIntegration : SnowflakeObject
- Inheritance
-
DiscordIntegration
- Inherited Members
Properties
- Account
Gets the 3rd party service account for this integration.
- ExpireBehavior
Gets the expiration behaviour.
- ExpireGracePeriod
Gets the grace period before expiring subscribers.
- IsEnabled
Gets whether this integration is enabled.
- IsSyncing
Gets whether this integration is syncing.
- Name
Gets the integration name.
- RoleId
Gets ID of the role this integration uses for subscribers.
- SyncedAt
Gets the date and time this integration was last synced.
- Type
Gets the integration type.
- User
Gets the user that owns this integration.