Class RestAuditLogEntry
public class RestAuditLogEntry : AuditLogEntry, IEntity, ISpanFormattable, IFormattable, IEquatable<Entity>, IJsonModel<JsonAuditLogEntry>
- Inheritance
-
RestAuditLogEntry
- Implements
- Inherited Members
Constructors
RestAuditLogEntry(JsonAuditLogEntry, RestAuditLogEntryData, ulong)
public RestAuditLogEntry(JsonAuditLogEntry jsonModel, RestAuditLogEntryData data, ulong guildId)
Parameters
jsonModel
JsonAuditLogEntrydata
RestAuditLogEntryDataguildId
ulong
Properties
Data
Data of objects referenced in the audit log.
public RestAuditLogEntryData Data { get; }
Property Value
User
User that made the changes.
public User? User { get; }