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)
Initializes a ShardedInteractionContext.
public ShardedInteractionContext(DiscordShardedClient client, SocketInteraction interaction)
Parameters
client
DiscordShardedClientThe underlying client.
interaction
SocketInteractionThe underlying interaction.