Table of Contents

Interface IGuildUserUpdateShardedGatewayHandler

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

Sent when a guild user is updated. This will also fire when the GuildUser object of a guild user changes.

public interface IGuildUserUpdateShardedGatewayHandler : IShardedGatewayHandler

Remarks


Required Intents: GuildUsers*
Optional Intents: None

*Must also be enabled in the developer portal.

Methods

HandleAsync(GatewayClient, GuildUser)

Handles the gateway event.

ValueTask HandleAsync(GatewayClient client, GuildUser arg)

Parameters

client GatewayClient

The gateway client that represents the shard that received the event.

arg GuildUser

The event argument.

Returns

ValueTask