botmasterai / botmaster

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

bot.reply, bot.sendMessageTo lose extra properties in update/message #12

Closed jwickens closed 7 years ago

jwickens commented 7 years ago

Some of our outgoing middleware requires modifying a context or session object in update/message. These convenience methods lose these extra properties.

workaround is to use bot.sendMessage.

jdwuarin commented 7 years ago

Fixed in v2.2.7. Botmaster v3 also contains the fix