Table of Contents

Class ShardedInteractionContext

Namespace
Discord.Interactions
Assembly
Discord.Net.WebSocket.dll

The sharded variant of SocketInteractionContext.

public class ShardedInteractionContext : ShardedInteractionContext<SocketInteraction>, IRouteMatchContainer, IInteractionContext
Inheritance
ShardedInteractionContext
Implements
Inherited Members

Constructors

ShardedInteractionContext(DiscordShardedClient, SocketInteraction)

public ShardedInteractionContext(DiscordShardedClient client, SocketInteraction interaction)

Parameters

client DiscordShardedClient

The underlying client.

interaction SocketInteraction

The underlying interaction.