Table of Contents

Interface IRoleUpdateShardedGatewayHandler

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

Sent when a guild role is updated.

public interface IRoleUpdateShardedGatewayHandler : IShardedGatewayHandler

Remarks


Required Intents: Guilds
Optional Intents: None

Methods

HandleAsync(GatewayClient, Role)

ValueTask HandleAsync(GatewayClient client, Role arg)

Parameters

client GatewayClient
arg Role

Returns

ValueTask