Chat message send api trouble

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?

These scopes don’t bypass follower only mode

That needs vip/mod or an actual follow (which is a manual task)

Thanks for response.

But i think there needs to be like in irc version when this thing was bypassed when it meet requirements for known bots, where streamer approved an app as bot for his channel…

It’s kinda impossible to make for all “follow” and user may not want to give mod/vip status…

Broadly the whole “known bot” thing is gone/removed

But yeah it would be useful since authed to be present

Fairly sure there’s already a user voice along these lines