Hoshimi
NPM
GuideAPI
Hoshimi
NPM
Guide
API

TrackStuckEvent

The event for when a track gets stuck.

API/Interfaces/TrackStuckEvent
hoshimi/src/types/Player.d.ts

Signature

export interface TrackStuckEvent extends PlayerEvent<PlayerEventType.TrackStuck>

Properties

2
trackthresholdMs

Methods

0

No methods.

Properties

track#
track: LavalinkTrack;

The track that got stuck.

@type{LavalinkTrack}
thresholdMs#
thresholdMs: number;

The threshold in milliseconds.

@type{number}