Skip to main content
Module

x/natico/discordeno_deps.ts>DiscordenoAuditLogChange

A powerful and customizable framework for Discordeno
Latest
type alias DiscordenoAuditLogChange
import { type DiscordenoAuditLogChange } from "https://deno.land/x/natico@4.0.0-pre.4/discordeno_deps.ts";
definition:
| { new: bigint; old: bigint; key:
| "discovery_splash_hash"
| "banner_hash"
| "rules_channel_id"
| "public_updates_channel_id"
| "icon_hash"
| "splash_hash"
| "owner_id"
| "widget_channel_id"
| "system_channel_id"
| "application_id"
| "permissions"
| "allow"
| "deny"
| "channel_id"
| "inviter_id"
| "avatar_hash"
| "id"
; }
| { new: string; old: string; key:
| "name"
| "description"
| "preferred_locale"
| "region"
| "afk_channel_id"
| "vanity_url_code"
| "topic"
| "code"
| "nick"
; }
| { new: number; old: 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"
; }
| { new: { name: string; id: bigint; }; old: { name: string; id: bigint; }; key: "$add" | "$remove"; }
| { new: boolean; old: boolean; key:
| "widget_enabled"
| "nsfw"
| "hoist"
| "mentionable"
| "temporary"
| "deaf"
| "mute"
| "enable_emoticons"
; }
| { new: DiscordOverwrite[]; old: DiscordOverwrite[]; key: "permission_overwrites"; }
| { new: string | number; old: string | number; key: "type"; }