Table of Contents

Interface ITypingStartShardedGatewayHandler

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

Sent when a user starts typing in a channel, and fires again every 10 seconds while they continue typing.

public interface ITypingStartShardedGatewayHandler : IShardedGatewayHandler

Remarks


Required Intents: GuildMessageTyping, DirectMessageTyping
Optional Intents: None

Methods

HandleAsync(GatewayClient, TypingStartEventArgs)

Handles the gateway event.

ValueTask HandleAsync(GatewayClient client, TypingStartEventArgs arg)

Parameters

client GatewayClient

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

arg TypingStartEventArgs

The event argument.

Returns

ValueTask