Table of Contents

Interface IRoleDeleteGatewayHandler

Namespace
NetCord.Hosting.Gateway
Assembly
NetCord.Hosting.dll

Sent when a guild role is deleted.

public interface IRoleDeleteGatewayHandler : IGatewayHandler

Remarks


Required Intents: Guilds
Optional Intents: None

Methods

HandleAsync(RoleDeleteEventArgs)

ValueTask HandleAsync(RoleDeleteEventArgs arg)

Parameters

arg RoleDeleteEventArgs

Returns

ValueTask