1
0
Fork 0
📚 Golang bindings for Telegram API https://core.telegram.org/bots/api
Go to file
Maxim Lebedev afee6b4fd4
🚚 Rename telegram.go and utils.go
2020-01-10 09:43:20 +05:00
login 🚨 Removed linter warnings (except lll) 2020-01-09 21:13:32 +05:00
.gitignore add more gitignore 2019-08-21 19:40:35 +02:00
.gitlab-ci.yml enable go module support in pipeline 2019-08-21 19:46:15 +02:00
CODE_OF_CONDUCT.md 🚚 Moved docs to repository root 2019-07-26 15:10:45 +05:00
LICENSE.md 🎉 Initial commit 2017-09-04 23:20:52 +05:00
Makefile remove obsolete env vars 2019-08-21 19:53:22 +02:00
README.md ♻️ Refactoring old code 2019-07-23 18:47:35 +05:00
SUPPORT.md 🚚 Moved docs to repository root 2019-07-26 15:10:45 +05:00
bot.go 🚚 Rename telegram.go and utils.go 2020-01-10 09:43:20 +05:00
const.go 🚨 Removed linter warnings (except lll) 2020-01-09 21:13:32 +05:00
doc.go 💡 Force gitlab link in the docs 2019-08-14 19:07:29 +05:00
errors.go ♻️ Refactoring code 2020-01-09 20:50:28 +05:00
games.go ♻️ Refactoring code 2020-01-09 20:50:28 +05:00
go.mod ♻️ Refactoring code 2020-01-09 20:50:28 +05:00
go.sum ♻️ Refactoring code 2020-01-09 20:50:28 +05:00
inline.go ♻️ Refactoring code 2020-01-09 20:50:28 +05:00
inline_test.go ♻️ Refactoring code 2020-01-09 20:50:28 +05:00
methods.go ♻️ Refactoring code 2020-01-09 20:50:28 +05:00
passport.go ♻️ Refactoring code 2020-01-09 20:50:28 +05:00
payments.go ♻️ Refactoring code 2020-01-09 20:50:28 +05:00
stickers.go ♻️ Refactoring code 2020-01-09 20:50:28 +05:00
stickers_test.go ♻️ Refactoring code 2020-01-09 20:50:28 +05:00
types.go 🚚 Rename telegram.go and utils.go 2020-01-10 09:43:20 +05:00
types_test.go 🚨 Removed linter warnings (except lll) 2020-01-09 21:13:32 +05:00
updates.go 🚨 Removed linter warnings (except lll) 2020-01-09 21:13:32 +05:00
updates_test.go ♻️ Refactoring code 2020-01-09 20:50:28 +05:00
updating_messages.go ♻️ Refactoring code 2020-01-09 20:50:28 +05:00

README.md

GoLang bindings for the Telegram API

This package is in active development and not recommended for use in production for now. Use go dep to freeze the state of the package in your projects!

Start using telegram

Download and install it:
$ go get -u gitlab.com/toby3d/telegram

Import it in your code:
import "gitlab.com/toby3d/telegram"

Need help?