Table of Contents

Interface IRoleCreateGatewayHandler

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

Sent when a guild role is created.

public interface IRoleCreateGatewayHandler : IGatewayHandler

Remarks


Required Intents: Guilds
Optional Intents: None

Methods

HandleAsync(Role)

ValueTask HandleAsync(Role arg)

Parameters

arg Role

Returns

ValueTask