Should be able to do something like bot.sendRaw(rawPlatformMessage) to send a platform-specific compatible message. This is already supported under the hood in sendCascadeTo and baseBot. But support still needs to be added for all the children bot classes.
Should be able to do something like
bot.sendRaw(rawPlatformMessage)
to send a platform-specific compatible message. This is already supported under the hood insendCascadeTo
andbaseBot
. But support still needs to be added for all the children bot classes.