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

GetUser

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

Returns an User object by its unique identifier.

Parameters

Name Type Summary
id Int64 The user's id

Usage

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