Telegram library for bots in Golang
Go to file
Hamcha 923d9e245f
Add inline query and standalone client support
2018-09-14 18:01:37 +02:00
broker-data Add readme and fix imports 2018-04-03 11:54:00 +02:00
cmd/tg-broker Add inline query and standalone client support 2018-09-14 18:01:37 +02:00
README.md Add readme and fix imports 2018-04-03 11:54:00 +02:00
api.go Add inline query and standalone client support 2018-09-14 18:01:37 +02:00
broker.go Add inline query and standalone client support 2018-09-14 18:01:37 +02:00
client.go Add inline query and standalone client support 2018-09-14 18:01:37 +02:00
client_test.go Move broker + lib to its own repo 2018-04-03 11:51:06 +02:00
command.go Add inline query and standalone client support 2018-09-14 18:01:37 +02:00
telegram.go Add inline query and standalone client support 2018-09-14 18:01:37 +02:00

README.md

Bot API for Telegram bots

Should work if you can put the time to figure out how it works (check client_test.go or better yet, clessy)

(Yes this needs proper docs and everything but I'm kinda busy doing other stuff)