Class DiscordAuditLogEntry
Represents an audit log entry.
Inheritance
System.Object
DiscordAuditLogEntry
Namespace: DisCatSharp.Entities
Assembly: DisCatSharp.dll
Syntax
public abstract class DiscordAuditLogEntry : SnowflakeObject
Properties
| Improve this Doc View SourceActionCategory
Gets the category under which the action falls.
Declaration
public AuditLogActionCategory ActionCategory { get; }
Property Value
Type | Description |
---|---|
AuditLogActionCategory |
ActionType
Gets the entry's action type.
Declaration
public AuditLogActionType ActionType { get; }
Property Value
Type | Description |
---|---|
AuditLogActionType |
Reason
Gets the reason defined in the action.
Declaration
public string Reason { get; }
Property Value
Type | Description |
---|---|
System.String |
UserResponsible
Gets the user responsible for the action.
Declaration
public DiscordUser UserResponsible { get; }
Property Value
Type | Description |
---|---|
DiscordUser |