Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UnresolvedTrack

Hierarchy

  • UnresolvedTrack

Index

Properties

Properties

info

info: { author: string; identifier: string; length: number; title: string; uri: string }

Type declaration

  • author: string
  • identifier: string
  • length: number
  • title: string
  • uri: string

resolve

resolve: () => Promise<undefined | LavalinkTrack>

Type declaration

Generated using TypeDoc