Interface TrackStartEvent

interface TrackStartEvent {
    guildId: string;
    op: EVENT;
    track: Track;
    type: TRACK_START_EVENT;
}

Hierarchy (view full)

Properties

Properties

guildId: string
op: EVENT
track: Track