Skip to main content
Latest
type alias AuditLogChange
Re-export
import { type AuditLogChange } from "https://deno.land/x/discordeno_cache_plugin@0.0.21/deps.ts";
definition:
| { newValue: string; oldValue: string; key:
| "name"
| "description"
| "discovery_splash_hash"
| "banner_hash"
| "preferred_locale"
| "rules_channel_id"
| "public_updates_channel_id"
| "icon_hash"
| "splash_hash"
| "owner_id"
| "region"
| "afk_channel_id"
| "vanity_url_code"
| "widget_channel_id"
| "system_channel_id"
| "topic"
| "application_id"
| "permissions"
| "allow"
| "deny"
| "code"
| "channel_id"
| "inviter_id"
| "nick"
| "avatar_hash"
| "id"
| "location"
; }
| { newValue: number; oldValue: number; key:
| "afk_timeout"
| "mfa_level"
| "verification_level"
| "explicit_content_filter"
| "default_messagae_notifications"
| "prune_delete_days"
| "position"
| "bitrate"
| "rate_limit_per_user"
| "color"
| "max_uses"
| "uses"
| "max_age"
| "expire_behavior"
| "expire_grace_period"
| "user_limit"
| "privacy_level"
| "auto_archive_duration"
| "default_auto_archive_duration"
| "entity_type"
| "status"
; }
| { newValue: Partial<Role>; oldValue?: Partial<Role>; key: "$add" | "$remove"; }
| { newValue: boolean; oldValue: boolean; key:
| "widget_enabled"
| "nsfw"
| "hoist"
| "mentionable"
| "temporary"
| "deaf"
| "mute"
| "enable_emoticons"
| "archived"
| "locked"
; }
| { newValue: Overwrite[]; oldValue: Overwrite[]; key: "permission_overwrites"; }
| { newValue: string | number; oldValue: string | number; key: "type"; }