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

GetUserStory

Marco Dal Zovo edited this page Jul 23, 2021 · 2 revisions

Returns an UserStory object by its unique identifier.

Need authentication!

Parameters

Name Type Summary
id Int64 The story's id

Usage

var result = await AniAPI.Instance.GetUserStory(1);
Clone this wiki locally