Telegram library for bots in Golang
Go to file
Hamcha 0ddd8993c8 Update 'README.md' 2018-11-30 14:24:17 +01:00
broker-data Add readme and fix imports 2018-04-03 11:54:00 +02:00
cmd/tg-broker Change repository URL 2018-10-31 10:15:58 +01:00
README.md Update 'README.md' 2018-11-30 14:24:17 +01:00
api.go add sendAlbum 2018-10-16 15:29:27 +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 sendAlbum 2018-10-16 15:29:27 +02:00
telegram.go add sendAlbum 2018-10-16 15:29:27 +02:00

README.md

Bot API for Telegram bots

Impromptu docs at: https://godoc.org/git.fromouter.space/Hamcha/tg

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)