rampatra / jbot

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

Add @JsonAnySetter method to slack Event class #160

Open daring2 opened 4 years ago

daring2 commented 4 years ago

Add @JsonAnySetter method to slack Event class to keep all data from slack events.

I think it can be useful in some cases. In my case the slack bot receives messages from Google Calendar application. These messages don't contain user/userId attributes, but include bot_profile object with user-realted attributes.