Interface AutoModerationRuleUpdatePacket

interface AutoModerationRuleUpdatePacket {
    d: RawAutoModerationRule;
    op: DISPATCH;
    s: number;
    t: "AUTO_MODERATION_RULE_UPDATE";
}

Hierarchy (view full)

Properties

d op s t

Properties

s: number
t: "AUTO_MODERATION_RULE_UPDATE"