feat(auditlog): add application_id to AuditLogOptions (#1380)

This commit is contained in:
Earlopain 2023-05-25 16:22:26 +02:00 committed by GitHub
parent dde7690782
commit fc4a3ce97d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1746,6 +1746,7 @@ type AuditLogOptions struct {
ID string `json:"id"`
Type *AuditLogOptionsType `json:"type"`
RoleName string `json:"role_name"`
ApplicationID string `json:"application_id"`
AutoModerationRuleName string `json:"auto_moderation_rule_name"`
AutoModerationRuleTriggerType string `json:"auto_moderation_rule_trigger_type"`
}