Class UnbanAuditLogData
Contains a piece of audit log data related to an unban.
Assembly: Discord.Net.Rest.dll​
View Source​
Declaration
public class UnbanAuditLogData : IAuditLogData
Properties​
Target​
Gets the user that was unbanned.
View Source​
Declaration
public IUser Target { get; }