rampatra / jbot

Make Slack and Facebook Bots in Java.
GNU General Public License v3.0
1.2k stars 351 forks source link

How to get details of the user bot is chatting to? #54

Open codelibra opened 7 years ago

codelibra commented 7 years ago

Hi,

I tried to use the events.getUser api, which returns null. I have added required user:read and user:email.read permissions to the slack app. I want to know the details of the user bot is chatting to currently. Could you let me know how that can be done?

mndominguez commented 7 years ago

@codelibra you can check #64