Table of Contents

Class LavalinkLoadResult

Namespace
DSharpPlus.Lavalink
Assembly
DSharpPlus.Lavalink.dll

Represents information about track loading request.

public class LavalinkLoadResult
Inheritance
LavalinkLoadResult

Properties

Exception

Gets the exception details if a track loading failed.

LoadResultType

Gets the loading result type for this request.

PlaylistInfo

Gets the information about the playlist loaded as a result of this request.

Only applicable if LoadResultType is set to PlaylistLoaded.

Tracks

Gets the tracks that were loaded as a result of this request.