Telegram library for bots in Golang
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
Hamcha 400e756356
Better SendPhoto for non-network
12 months ago
broker-data Add readme and fix imports 5 years ago
cmd/tg-broker Better SendPhoto for non-network 12 months ago
LICENSE Add GetMe, use jsoniter 1 year ago
README.md Update 'README.md' 4 years ago
api.go Add GetMe, use jsoniter 1 year ago
broker.go Better SendPhoto for non-network 12 months ago
client.go Add GetMe, use jsoniter 1 year ago
client_test.go Fix example 4 years ago
command.go Better SendPhoto for non-network 12 months ago
go.mod Add GetMe, use jsoniter 1 year ago
go.sum Add GetMe, use jsoniter 1 year ago
telegram.go Better SendPhoto for non-network 12 months ago

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)