Last updated
Last updated
JavaScript Widget User API
window.chatWidgetApi.getUserId
Get the user id
N/A
userID
window.chatWidgetApi.getUidByAddress
Get user ID by wallet address
wallet address
userId
window.chatWidgetApi.getUserData
Get user information
N/A
User info: avatar_url, displayname, signature, wallet_address
window.chatWidgetApi.logout
Log out of the current session
callback (optional): Callback after logging out
N/A