Table of Contents

Method PlayPartialEncodedAsync

Namespace
DisCatSharp.Lavalink
Assembly
DisCatSharp.Lavalink.dll

Plays a song by its encoded track string with a start and end-time.

public Task<LavalinkGuildPlayer> PlayPartialEncodedAsync(string encodedTrack, TimeSpan startTime, TimeSpan endTime)

Parameters

encodedTrack string

The encoded track to play.

startTime TimeSpan

The start time.

endTime TimeSpan

The end time.

Returns

Task<LavalinkGuildPlayer>

The updated guild player.