Hello

I'm working on a memory-based chat reader and need help locating the in-memory structure that holds chat messages.

I've found strings like "testmsgN!$Channel_World#199733939843578498" using Cheat Engine and I suspect this is part of the "content" field. I'm trying to:
- Identify the full structure of "ChatMessage" in memory
- Map out the offsets for each field (author, channel, content, timestamp)
- Locate the array of messages (as if it were some kind of "ChatLog.messages") if possible

If anyone has experience with Trove's memory layout or has dumped the chat system before, I'd really appreciate any help.

Thanks in advance <3