Property StartTime
- Namespace
- DSharpPlus.EventArgs
- Assembly
- DSharpPlus.dll
StartTime
The time whereat this voice session started.
[JsonProperty("voice_start_time")]
[JsonConverter(typeof(UnixTimeSecondsAsDateTimeOffsetJsonConverter))]
public DateTimeOffset? StartTime { get; }