AuditLogEntry
data class AuditLogEntry(val targetId: String? = null, val changes: List<AuditLogChange<Any>>? = null, val userId: Snowflake? = null, val id: Snowflake, val actionType: AuditLogEvent, val reason: String? = null)(source)
Constructors
Link copied to clipboard
fun AuditLogEntry(targetId: String? = null, changes: List<AuditLogChange<Any>>? = null, userId: Snowflake? = null, id: Snowflake, actionType: AuditLogEvent, reason: String? = null)