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)
Handles the gateway event.
ValueTask HandleAsync(AutoModerationRule arg)
Parameters
argAutoModerationRuleThe event argument.