I tried adding a class attribute to the bot messages but it didn't take.
Formatting changed only when I hardcoded it (below).
<span style="color:#000000;background:#fff000;">Message</span>
If possible, I'd like the messages to support ID or class attributes (below).
<span class="my_class">Message</span>
Recommended Comments