botmasterai / botmaster

The chatbot framework for your serious projects
http://botmasterai.com/
MIT License
251 stars 47 forks source link

Add sendRaw to send platform-specific messages without botmaster formatting #4

Closed jdwuarin closed 7 years ago

jdwuarin commented 7 years ago

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.

jdwuarin commented 7 years ago

Botmaster v3 has that as a requirement from all Bot classes. Platform dependent issues need to be raised on their own github projects from now on