I have an Admin permissions on Slack. I created a bot that should monitor messages in Slack. On the Scopes, i able thus options on the workspace and Bot:
message.channels (message was posted to a channel)
message.groups (message was posted to a private channel)
message.im (A message was posted in a direct message channel)
message.mpim (message was posted in a multiparty direct message channel)
But, When I tried to monitor the messages, I can monitor only public channels (even if my user is not a member of them) or channels that I member at. That's it.
What should I do if I want to monitor any connection in any channel?