Skip to main content

Interface IAuditLogEntry

Represents a generic audit log entry.

Assembly: Discord.Net.Core.dll​
View Source​
Declaration
public interface IAuditLogEntry : ISnowflakeEntity, IEntity<ulong>

Properties​

Action​

Gets the action which occurred to create this entry.

View Source​
Declaration
ActionType Action { get; }

Data​

Gets the data for this entry.

View Source​
Declaration
IAuditLogData Data { get; }

User​

Gets the user responsible for causing the changes.

View Source​
Declaration
IUser User { get; }

Reason​

Gets the reason behind the change.

View Source​
Declaration
string Reason { get; }