Class TrackStartEventArgs
Represents arguments for a track playback start event.
Namespace: DisCatSharp.Lavalink.EventArgs
Assembly: DisCatSharp.Lavalink.dll
Syntax
public sealed class TrackStartEventArgs : DiscordEventArgs
Properties
| Improve this Doc View SourcePlayer
Gets the player that started playback.
Declaration
public LavalinkGuildConnection Player { get; }
Property Value
Type | Description |
---|---|
LavalinkGuildConnection |
Track
Gets the track that started playing.
Declaration
public LavalinkTrack Track { get; }
Property Value
Type | Description |
---|---|
LavalinkTrack |