Table of Contents

Interface IUnknownEventShardedGatewayHandler

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

An unknown event.

public interface IUnknownEventShardedGatewayHandler : IShardedGatewayHandler

Methods

HandleAsync(GatewayClient, UnknownEventEventArgs)

Handles the gateway event.

ValueTask HandleAsync(GatewayClient client, UnknownEventEventArgs arg)

Parameters

client GatewayClient

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

arg UnknownEventEventArgs

The event argument.

Returns

ValueTask