Skip to content

Commit

Permalink
feat(auditlog): add application_id to AuditLogOptions (#1380)
Browse files Browse the repository at this point in the history
  • Loading branch information
Earlopain committed May 25, 2023
1 parent dde7690 commit fc4a3ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions structs.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
}
Expand Down

0 comments on commit fc4a3ce

Please sign in to comment.