Table of Contents

Interface IMessagePollVoteAddShardedGatewayHandler

Namespace
NetCord.Hosting.Gateway
Assembly
NetCord.Hosting.dll
public interface IMessagePollVoteAddShardedGatewayHandler : IShardedGatewayHandler

Methods

HandleAsync(GatewayClient, MessagePollVoteEventArgs)

Handles the gateway event.

ValueTask HandleAsync(GatewayClient client, MessagePollVoteEventArgs arg)

Parameters

client GatewayClient

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

arg MessagePollVoteEventArgs

The event argument.

Returns

ValueTask