botman / web-widget

MIT License
39 stars 69 forks source link

GenericTemplate & InvoiceTemplate #4

Open machour opened 6 years ago

machour commented 6 years ago

Hi and thank you for this great library!

I'm implementing a facebook bot on Yii2 and wanted to be able to develop it and test it outside messenger, the web widget is a great thing to do that, but currently lacks some templates types support (generic & invoice)

Would you accept PRs to add these missing features or is the web widget not really meant to be a test environment?

mpociot commented 6 years ago

Yes definitely! I just started working on it a couple days ago. The goal is to support hopefully all messages that can be sent with BotMan, so that you only develop your bot once.

mpociot commented 6 years ago

Oh and before you start working on this. I really want to switch to Typescript to make use of Interfaces etc. let me know if you can/want to help me with this.

machour commented 6 years ago

I'll happily help to convert to typescript :)

sketchminds commented 6 years ago

Hi,

Looking forward to have this update too. Is it possible also to include other templates like quick replies, button templates plus persistent menu?

Thanks for this cool library! Cheers!

stefro commented 5 years ago

Are there any updates on the Generic template? It doesn’t seem to be implemented yet.