Ram
Ram
@fepetoo a PR for the same will be way faster. :)
I will merge it in a day or two but by any chance is it possible for you to write a unit test for your changes?
Hey, Thanks for PR (and the unit test). Will review it and merge shortly.
Hi Fedor, I haven't merged this PR because there are many subtypes under message event type. So, I was thinking of including everything as events in `EventType.java` so that you...
Hey, Currently, JBot supports Slack's RTM API, Webhooks and Slash commands and not web api. While working on the web api I will definitely include message button feature. It's just...
@pproenca Yes, I agree. You have to make a Slack app and your message action receiving url must support `https`. But why is it complicated? You just have to host...
I guess you're talking about the WhatsApp Business API? If we get some `+1` to this post, we can think of adding it. _Earlier, I asked a similar question and...
Thanks for reporting. Will work on it asap.
hey guys, after looking into it, I didn't get the issue completely. Slack suggests us to encode the string before sending it to Slack so why there is a problem...
For deploying to multiple workspaces you have to first make a slack app and add a bot integration and then JBot can be used across workspaces. See this issue as...