I'm trying to send a message from a Plugin by calling directly to the bot
self._bot.sc.api_call('chat.postMessage', data={
'channel': "#general",
'text': "test msg",
'unfurl_media': 'true',
'as_user': 'true',
})
Always returns with:
{'ok': False, 'error': 'channel_not_found'}