Click or drag to resize

OsuClientGetUser Method

Return informations about a user.

Namespace:  CSharpOsu
Assembly:  CSharpOsu (in CSharpOsu.dll) Version: 1.0.0
Syntax
public OsuUser[] GetUser(
	string id,
	Nullable<mode> _m = null,
	Nullable<DateTime> _event_days = null
)

Parameters

id
Type: SystemString
Specify a user id or a username to return metadata from (required).
_m (Optional)
Type: SystemNullablemode
Mode (0 = osu!, 1 = Taiko, 2 = CtB, 3 = osu!mania). Optional, maps of all modes are returned by default.
_event_days (Optional)
Type: SystemNullableDateTime
Max number of days between now and last event date. Range of 1-31. Optional, default value is 1.

Return Value

Type: OsuUser
Fetch User.
See Also