bot icon indicating copy to clipboard operation
bot copied to clipboard

hope to add a conversationexample

Open pd5200 opened this issue 11 months ago • 3 comments

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

pd5200 avatar Apr 02 '24 00:04 pd5200

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

gokhanaltun avatar May 22 '24 14:05 gokhanaltun

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

This is a good contribution! Why hasn't been merge yet?

vagrantvaquita avatar Jul 11 '24 03:07 vagrantvaquita

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

This is a good contribution! Why hasn't been merge yet?

I don't know, after waiting for about a week without receiving a response, I withdrew the pull request and decided to share it only on my own account. I continue to contribute there. I just added an example for using the webapp.

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

gokhanaltun avatar Jul 11 '24 12:07 gokhanaltun