visciang / telegram

Telegram library for the Elixir language
MIT License
204 stars 27 forks source link

Phoenix and Webhooks mode. #132

Closed prtngn closed 2 years ago

prtngn commented 2 years ago

Hi. How I can use bot in Webhook mode with phoenix project?

tbm206 commented 2 years ago

I too wanted to ask a similar question. In my case, I was able to use the stateless mode in a Phoenix project but I'm also interested in the statefull mode.

My use case is to collect information sequentially and hence I need to keep state somewhere. More, the Telegram API doesn't allow to attach this state in ForceReply for example?

It's a great library BTW :tada: