Telebot is a GO language framework for making telegram robots that have always taken into account the beauty of the Source Clay and the API Performance.
Some of the most prominent features of Telebot are precise IPI, Midelore, File transfer, and functional calobacles that all Telebot API methods are understandable and Dolopper can easily use them. For example, we have the source of this framework:
package main
import (
"time"
tb "gopkg.in/tucnak/telebot.v2"
)
func main() {
b, err := tb.NewBot(tb.Settings{
Token: "TOKEN_HERE",
Poller: &tb.LongPoller{Timeout: 10 * time.Second},
})
if err != nil {
log.Fatal(err)
return
}
b.Handle("/hello", func(m *tb.Message) {
b.Send(m.Sender, "hello world")
})
b.Start()
}
This framework is owned by MIT undergraduate downturns interested in open -source tools.