go-telegram / bot

Telegram Bot API Go framework
MIT License
502 stars 46 forks source link

hope to add a conversationexample #72

Open pd5200 opened 3 months ago

pd5200 commented 3 months ago

I hope to add a conversationexample.I thingmany people need it, but they don't know how to write it. It is hoped that an example can be provided. like: https://github.com/PaulSonOfLars/gotgbot/blob/v2/samples/conversationBot/main.go

gokhanaltun commented 1 month ago

I hope to add a conversationexample.I thingmany people need it, but they don't know how to write it. It is hoped that an example can be provided. like: https://github.com/PaulSonOfLars/gotgbot/blob/v2/samples/conversationBot/main.go

I made an example like this for myself, you can review and use it.

https://github.com/gokhanaltun/go-telegram-bot/blob/main/examples/conversation_handler/main.go