I have created a test bot named pepememe.bot using the python library provided by kik. The bot works fine when I am chatting to it using private message.
But fails with the below error when I use it in my group.
kik.error.KikError: {"message":"You are not allowed to send a message to this conversation","error":"Forbidden"}
A point to note is that it did work for sometime in my group, but suddenly started throwing that error. I have emailed Kik Bots Support about this, but they haven't replied back. What should I do to solve this issue?