English
Appearance
string
Promise<LastOnlineResponse>
export type LastOnlineResponse = { settings: { show_online_status: boolean; }; lastOnline: number; };
api.lastOnline("00000000000000000") .then(console.log) .catch(console.error);