This package is for building Telegram Bots with or without webhook interface.
View the documentation here.
$ go get -u github.com/meinside/telegram-bot-go
See codes in samples/.
With following environment variables:
$ export TOKEN="01234567:abcdefghijklmn_ABCDEFGHIJKLMNOPQRST"
$ export CHAT_ID="-123456789"
# for verbose output messages
$ export VERBOSE=true
run tests with:
$ go test
- (WIP) Add tests for every API method