Interface RecentlyPlayedSongsResponse

RecentlyPlayedSongsResponse ($ref: "AudioLibrary.GetRecentlyPlayedSongs.Response") Response structure for the GetRecentlyPlayedSongs method.

interface RecentlyPlayedSongsResponse {
    limits: ListLimitsReturned;
    songs: Song[];
}

Properties

Properties

songs: Song[]