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