NicoNex / echotron

An elegant and concurrent library for the Telegram bot API in Go.
https://t.me/s/echotronnews
GNU Lesser General Public License v3.0
363 stars 26 forks source link

Question : Conversation bot ? #33

Closed m7mdcc closed 1 year ago

m7mdcc commented 1 year ago

Hi @NicoNex , Thanks for your work !

I'm struglling with how to implement coversation bot scenario , like ask the user something then wait to user input ?

Thanks