Get user fiend list
client.user.friend.getFriendInvitationList() .then((response) => { const list = response; }) .catch((error) => { // handle error. })
none
Promise<any>
500 Internal Server Error.
Last updated 1 year ago