Table of Contents

Interface IGuildEmojisUpdateShardedGatewayHandler

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

Sent when a guild's emojis have been updated.

public interface IGuildEmojisUpdateShardedGatewayHandler : IShardedGatewayHandler

Remarks


Required Intents: GuildEmojisAndStickers
Optional Intents: None

Methods

HandleAsync(GatewayClient, GuildEmojisUpdateEventArgs)

Handles the gateway event.

ValueTask HandleAsync(GatewayClient client, GuildEmojisUpdateEventArgs arg)

Parameters

client GatewayClient

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

arg GuildEmojisUpdateEventArgs

The event argument.

Returns

ValueTask