Skip to content
This repository has been archived by the owner on Dec 2, 2022. It is now read-only.

GetSong

Marco Dal Zovo edited this page Jul 23, 2021 · 1 revision

Returns a Song object by its unique identifier.

Parameters

Name Type Summary
id Int64 The song's id

Usage

var result = await AniAPI.Instance.GetSong(2);
Clone this wiki locally