-
Couldn't load subscription status.
- Fork 97
getProfile
alaingilbert edited this page Dec 15, 2011
·
1 revision
Get a user profile.
If userId is not declared, it will return your own profile.
-
userId(optional) -
callback(optional)
bot.getProfile(callback); // Get your profile
bot.getProfile(userId, callback); // Get someone else profile