slack-bot-api
slack-bot-api copied to clipboard
getGroups Method empty result
Hello, I have problems for getGroups method.
This method return empty result, { groups: [] }
but I make request this endpoint via Postman or slack tester, it's ok.
And other method works is fine.
Looks like I'm also running into this. { ok: true, groups: [] }
...although I've just found a workaround using the code in PR #86