Benoit Corne
Benoit Corne
Hi, Could you provide a stack trace of your issue? Best regards, Benoit
Hi, It doesn't look like a stack trace. Which version of the library are you using? Best regards, benoit
> I suspect it was caused by trying not to use jitpack So your issue happened on the master branch version?
It is not yet supported but please note that bot users don't have access to group member list (as described here : https://api.slack.com/methods/usergroups.users.list ) . So you'll have to use...
That's up to Slack but you can still use a standad account token to be able to use user groups features
you can use SlackSession.leaveChannel(SlackChannel channel) to leave a channel. To deny an invite, I fear you'll have to manually listen to SlackChannelJoined events and leave the channel if it doesn't...
Well, it is not planned now (although I'd like to) since some users are still bound to use jkd7 to build their bots. It might evolve later on since jkd7...
Hi, SlackWebSocketSessionImpl is a core class of the library so it looks like the library is not packaged in your apk. There might be an issue in your gradle build...
Hi, I know gradle but I don't know well how android plugin is working. If for example you disable proguard and have a look at your APK do you find...
Hi, Thanks for your feedback, I'm adding it to the todo list. This shouldn't be that hard to add. Best regards, Benoit