Renders a read-only chat history view styled as an AdminLTE direct-chat box, showing messages stored in bloom_chatbot_chat.
CHATHISTORY — set as ReportType in def_report.
def Render(self, Param1="", Param2="", Param3="") -> str:
The query should return rows with columns: Sender (col 0), Channel (col 1), SendTime (col 2), Message (col 3). The first sender encountered is displayed on the left; all others on the right. Axion/TechnoCore sender names display the powered logo instead of an avatar. Widget colour defaults to warning if self._Widgetcolour is not set.