Neo Action
Neo Action
package main import ( "fmt" telebot "gopkg.in/telebot.v3" "log" ) func main() { // 机器人初始化 pref := telebot.Settings{ Token: "6x....", Poller: &telebot.LongPoller{Timeout: 10}, Verbose: true, // Enable debug logging } bot,...
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
It's hard to believe that such a great project has so few stars. I've tried several Go Telegram bot-related API projects, and this one is the best. I truly appreciate...
This can greatly reduce the difficulty of use and increase the number of people using it.