Interface IConnectShardedGatewayHandler
public interface IConnectShardedGatewayHandler : IShardedGatewayHandler
Methods
HandleAsync(GatewayClient)
Handles the gateway event.
ValueTask HandleAsync(GatewayClient client)
Parameters
clientGatewayClientThe gateway client that represents the shard that received the event.