Class DiscordAuditLogIntegrationEntry
Represents a audit log integration entry.
Inherited Members
Namespace: DisCatSharp.Entities
Assembly: DisCatSharp.dll
Syntax
public sealed class DiscordAuditLogIntegrationEntry : DiscordAuditLogEntry
Properties
| Improve this Doc View SourceEnableEmoticons
Gets the description of emoticons' change.
Declaration
public PropertyChange<bool?> EnableEmoticons { get; }
Property Value
Type | Description |
---|---|
PropertyChange<System.Nullable<System.Boolean>> |
ExpireBehavior
Gets the description of expire behavior change.
Declaration
public PropertyChange<int?> ExpireBehavior { get; }
Property Value
Type | Description |
---|---|
PropertyChange<System.Nullable<System.Int32>> |
ExpireGracePeriod
Gets the description of expire grace period's change.
Declaration
public PropertyChange<int?> ExpireGracePeriod { get; }
Property Value
Type | Description |
---|---|
PropertyChange<System.Nullable<System.Int32>> |
Type
The type of integration.
Declaration
public PropertyChange<string> Type { get; }
Property Value
Type | Description |
---|---|
PropertyChange<System.String> |