Currently MessageGatewayData includes user & role mentions, but not channel mentions.
I'm assuming that the gateway does receive channel mentions, since it's referenced in the Message class that's used by the official Fluxer web/desktop app:
If I'm wrong, please let me know. I encountered since since I'm currently writing code for mapping the gateway event data to database models, and I noticed that this property existed in the official web/desktop client but not in Fluxer.Net.
Currently
MessageGatewayDataincludes user & role mentions, but not channel mentions.I'm assuming that the gateway does receive channel mentions, since it's referenced in the
Messageclass that's used by the official Fluxer web/desktop app:If I'm wrong, please let me know. I encountered since since I'm currently writing code for mapping the gateway event data to database models, and I noticed that this property existed in the official web/desktop client but not in Fluxer.Net.