Interface IAutoModerationRuleUpdateGatewayHandler
Sent when a rule is updated.
The inner payload is an AutoModerationRule object.
public interface IAutoModerationRuleUpdateGatewayHandler : IGatewayHandler
Remarks
Required Intents: AutoModerationConfiguration
Optional Intents: None
Methods
HandleAsync(AutoModerationRule)
ValueTask HandleAsync(AutoModerationRule arg)