Table of Contents

Interface IRoleUpdateGatewayHandler

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

Sent when a guild role is updated.

public interface IRoleUpdateGatewayHandler : IGatewayHandler

Remarks


Required Intents: Guilds
Optional Intents: None

Methods

HandleAsync(Role)

ValueTask HandleAsync(Role arg)

Parameters

arg Role

Returns

ValueTask