Table of Contents

Class UnbanAuditLogData

Namespace
Discord.Rest
Assembly
Discord.Net.Rest.dll

Contains a piece of audit log data related to an unban.

public class UnbanAuditLogData : IAuditLogData
Inheritance
UnbanAuditLogData
Implements
Inherited Members

Properties

Target

Gets the user that was unbanned.

public IUser Target { get; }

Property Value

IUser

A user object representing the user that was unbanned.