AuditLogEntry

fun AuditLogEntry(targetId: String? = null, changes: List<AuditLogChange<Any>>? = null, userId: Snowflake? = null, id: Snowflake, actionType: AuditLogEvent, reason: String? = null)(source)