yandex-music
Version:
Creative and progressive Node.js framework for applications that interact with yandex music
13 lines • 521 B
TypeScript
import { Rotor } from "..";
export declare class Radio {
private readonly rotor;
constructor(rotor: Rotor);
/**
* @param {string} station Station.
* @param {string} from Where the radio playback started from.
* @param {string} batch_id Unique identifier of the batch of tracks. Returned when receiving tracks.
* @returns Ok if the request is successful
*/
started(station: string, from: string, batch_id: string): Promise<string>;
}
//# sourceMappingURL=index.d.ts.map