Skip to main content

Class PruneAuditLogData

Contains a piece of audit log data related to a guild prune.

Assembly: Discord.Net.Rest.dll​
View Source​
Declaration
public class PruneAuditLogData : IAuditLogData

Properties​

PruneDays​

Gets the threshold for a guild member to not be kicked.

View Source​
Declaration
public int PruneDays { get; }

MembersRemoved​

Gets the number of members that were kicked during the purge.

View Source​
Declaration
public int MembersRemoved { get; }

Implements​