Get a user profile.
If userId is not declared, it will return your own profile.
userId
callback
bot.getProfile(callback); // Get your profile bot.getProfile(userId, callback); // Get someone else profile
There was an error while loading. Please reload this page.