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