Class VoiceChannelStartTimeUpdatedEventArgs
- Namespace
- DSharpPlus.EventArgs
- Assembly
- DSharpPlus.dll
Provides the time at which a voice channel session started.
public sealed class VoiceChannelStartTimeUpdatedEventArgs : DiscordEventArgs
- Inheritance
-
VoiceChannelStartTimeUpdatedEventArgs
Properties
- Channel
The voice channel whose start time was updated.
- Guild
The containing guild.
- StartTime
The updated voice channel start time. Null if the session ended.