1
0
Fork 0
📚 Golang bindings for Telegram API https://core.telegram.org/bots/api
Go to file
Maxim Lebedev a440bb0dad
🎨 Format of the code
2020-01-10 11:04:34 +05:00
login 🎨 Format of the code 2020-01-10 11:04:34 +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 🎨 Format of the code 2020-01-10 11:04:34 +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 🎨 Format of the code 2020-01-10 11:04:34 +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 🎨 Format of the code 2020-01-10 11:04:34 +05:00
inline_test.go ♻️ Refactoring code 2020-01-09 20:50:28 +05:00
methods.go 🎨 Format of the code 2020-01-10 11:04:34 +05:00
passport.go 🎨 Format of the code 2020-01-10 11:04:34 +05:00
payments.go 🎨 Format of the code 2020-01-10 11:04:34 +05:00
stickers.go 🎨 Format of the code 2020-01-10 11:04:34 +05:00
stickers_test.go ♻️ Refactoring code 2020-01-09 20:50:28 +05:00
types.go 🎨 Format of the code 2020-01-10 11:04:34 +05:00
types_test.go 🚨 Removed linter warnings (except lll) 2020-01-09 21:13:32 +05:00
updates.go 🎨 Format of the code 2020-01-10 11:04:34 +05:00
updates_test.go ♻️ Refactoring code 2020-01-09 20:50:28 +05:00
updating_messages.go 🎨 Format of the code 2020-01-10 11:04:34 +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?