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