Type Alias UrlTrackInfo

UrlTrackInfo: {
    duration: number;
    formattedPlatforms: "Url";
    id: string;
    identifier: "url";
    isLiveContent: boolean;
    likes: 0;
    platformType: PlatformType;
    position: number;
    requester: GuildMember;
    size: number;
    title: string;
    type: string;
    url: string;
    views: 0;
}

Type declaration

  • duration: number
  • formattedPlatforms: "Url"
  • id: string
  • identifier: "url"
  • isLiveContent: boolean
  • likes: 0
  • platformType: PlatformType
  • position: number
  • requester: GuildMember
  • size: number
  • title: string
  • type: string
  • url: string
  • views: 0