Property BytesReceived
- Namespace
- DSharpPlus.Metrics
- Assembly
- DSharpPlus.dll
BytesReceived
The amount of bytes received from the gateway. If compression was enabled, this is the compressed size.
public ulong BytesReceived { get; init; }
The amount of bytes received from the gateway. If compression was enabled, this is the compressed size.
public ulong BytesReceived { get; init; }