Interface IDisconnectShardedGatewayHandler
public interface IDisconnectShardedGatewayHandler : IShardedGatewayHandler
Methods
HandleAsync(GatewayClient, DisconnectEventArgs)
Handles the gateway event.
ValueTask HandleAsync(GatewayClient client, DisconnectEventArgs arg)
Parameters
clientGatewayClientThe gateway client that represents the shard that received the event.
argDisconnectEventArgsThe event argument.