Type Alias LocalFileTrackInfo

LocalFileTrackInfo: {
    duration: number;
    formattedPlatforms: "LocalFile";
    id: string;
    identifier: "localfile";
    likes: 0;
    platformType: PlatformType;
    position: number;
    requester: GuildMember;
    size: number;
    title: string;
    type: string;
    url: PathLike;
    views: 0;
}

Type declaration

  • duration: number
  • formattedPlatforms: "LocalFile"
  • id: string
  • identifier: "localfile"
  • likes: 0
  • platformType: PlatformType
  • position: number
  • requester: GuildMember
  • size: number
  • title: string
  • type: string
  • url: PathLike
  • views: 0