Property QueueEntry
- Namespace
- DisCatSharp.Lavalink
- Assembly
- DisCatSharp.Lavalink.dll
QueueEntry
Gets a new instance of a queue entry object. The type of the object is determined by the QueueEntryFactory. If QueueEntryFactory is null, a DefaultQueueEntry instance is returned. This property is only used when EnableBuiltInQueueSystem is set to true.
public IQueueEntry QueueEntry { get; }