-
Notifications
You must be signed in to change notification settings - Fork 2
nameHistory
Hunam edited this page Mar 14, 2021
·
1 revision
This function returns the names history of an account. The username
input is an username or an UUID.
nameHistory(username: string)
Example output:
// nameHistory('_hunam')
[
{ name: "R2D2_BB8_64" },
{ name: "king_jump", changedToAt: 2017-03-25T10:04:40.000Z },
{ name: "_Hunam", changedToAt: 2018-08-30T09:23:49.000Z }
]