Class HeartbeatEventArgs
Represents arguments for Heartbeated event.
Namespace: KSharpPlus.EventArgs
Assembly: KSharpPlus.dll
Syntax
public class HeartbeatEventArgs : KuracordEventArgs
Properties
| Improve this Doc View SourcePing
Gets the round-trip time of the heartbeat.
Declaration
public int Ping { get; }
Property Value
Type | Description |
---|---|
Int32 |
Timestamp
Gets the timestamp of the heartbeat.
Declaration
public DateTimeOffset Timestamp { get; }
Property Value
Type | Description |
---|---|
DateTimeOffset |