Enum for possible AuditLogChange keys?

Is there an enum or just a reference list of possible values for keys in AuditLogChanges? Working with timeouts and the relevant key seems to be communication_disabled_until but would prefer to use an enum instead of the string if one exists. Would also be helpful to know where to find other possible keys instead of doing it experimentally
3 Replies
Unknown User
Unknown User•16mo ago
Message Not Public
Sign In & Join Server To View
ShompiFlen
ShompiFlen•16mo ago
APIAuditLogChange in specific that would be APIAuditLogChange.APIAuditLogChangeKeyCommunicationDisabledUntil
edocsil
edocsil•16mo ago
https://discord-api-types.dev/api/discord-api-types-v10#APIAuditLogChange
That's a heck of a list to look at 😅 Exactly what I was asking about though. Thanks!