Class PlayerUpdateEventArgs
- Namespace
- DSharpPlus.Lavalink.EventArgs
- Assembly
- DSharpPlus.Lavalink.dll
Represents arguments for player update event.
[Obsolete("DSharpPlus.Lavalink is deprecated for removal.", true)]
public sealed class PlayerUpdateEventArgs : AsyncEventArgs
- Inheritance
-
PlayerUpdateEventArgs
Properties
- Player
Gets the player that emitted this event.
- Position
Gets the position in the playback stream.
- Timestamp
Gets the timestamp at which this event was emitted.