go-telegram-bot-api / telegram-bot-api

Golang bindings for the Telegram Bot API
https://go-telegram-bot-api.dev
MIT License
5.7k stars 879 forks source link

Next Step Handler #520

Closed NolPixel closed 2 years ago

NolPixel commented 2 years ago

Hi, sorry if I miss. How to make step handler? Like this documentation Step_Example.py ... I am struggle to figure out.

LogansUA commented 2 years ago

Hey, same question, any update on this one?

NolPixel commented 2 years ago

Hey, same question, any update on this one?

Naah,, you must make your own handler. Make props, then pass whats your next and the handler check your props, execute by their value.

Anyway, I recently change to other repository.

LogansUA commented 2 years ago

@NolPixel maybe you could share the repo that you are decided to use?