Skip to content

nameHistory

Hunam edited this page Mar 14, 2021 · 1 revision

nameHistory


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 }
]
Clone this wiki locally