when sending regular messages you can specify ‘is_silent’: false but when sending messages on behalf of a bot ("/v3/bots/{bot_id})/send") all my bot messages responses have ‘silent’:true flag. Couldn’t find anything on ‘silent’ flag here: Bot | Desk Platform API | Sendbird Docs any other place I can look up docs for bots?
How can I send messages on behalf of a bot, but not have them be ‘silent’?
I created a bot, it has a name, it has callback url so it’s receiving information, but when it responds to the channel, all messages are ‘silent’, so end user doesn’t see them (but I do see them in dashboard). I can see is_silent flag for normal messages that can be changed, but I don’t see similar flag for bot sent messages. What am I missing?