Interface IGatewayClientContext
Provides access to the GatewayClient associated with the handled command or interaction.
public interface IGatewayClientContext : IContext
Properties
Client
The GatewayClient associated with the handled command or interaction.
GatewayClient Client { get; }