Hello. Sorry if there was already a similar question, but i didn’t find an answer to my question.
I have a public bot, that anyone can add to his channel.
Every broadcaster needs to login with scope (channel:bot), and my user have needed scope (user:bot, user:write:chat), so in theory i have to be excempt from followers-only mode (as it was in IRC version, when user requested bot status for account).
But when bot wants to send a message in a followers-only chat, i get message dropped with reason code: followers_only_mode and message: ‘This room is in followers-only mode.’
Reading docs, i thought it’s enough that broadcaster sets app with channel:bot and bot with user:bot and user:write:chat to work properly…
So, does this mean that broadcaster have to grand always a vip or mod status even if he is auth my app to be as a bot?