feat(auditlog): add application_id to AuditLogOptions (#1380)
This commit is contained in:
parent
dde7690782
commit
fc4a3ce97d
1 changed files with 1 additions and 0 deletions
|
@ -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"`
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue