1
0
Fork 0
📚 Golang bindings for Telegram API https://core.telegram.org/bots/api
Go to file
Maxim Lebedev 94944dcc0b
🔧 Added EditorConfig
2020-05-08 21:31:01 +05:00
login 🎨 Format of the code 2020-01-10 11:04:34 +05:00
.editorconfig 🔧 Added EditorConfig 2020-05-08 21:31:01 +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
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 📝 Updated README.md 2020-02-18 16:28:08 +00:00
SUPPORT.md 🚚 Moved docs to repository root 2019-07-26 15:10:45 +05:00
bot.go 🐛 Fixed invalid host header with broken URI 2020-02-28 18:00:40 +05:00
const.go 📝 Added some docs 2020-05-08 21:30:36 +05:00
doc.go 📝 Added some docs 2020-05-08 21:30:36 +05:00
errors.go ♻️ Refactoring code 2020-01-09 20:50:28 +05:00
games.go 🚚 Moved utils 2020-01-28 13:30:47 +05:00
go.mod ⬆️ Upgrading dependencies 2020-05-08 20:49:20 +05:00
go.sum ⬆️ Upgrading dependencies 2020-05-08 20:49:20 +05:00
inline.go 🚚 Moved utils 2020-01-28 13:30:47 +05:00
inline_test.go ♻️ Refactoring code 2020-01-09 20:50:28 +05:00
methods.go 👽 Updated code to support BotAPI v4.8 2020-05-08 20:45:09 +05:00
passport.go 🎨 Format of the code 2020-01-10 11:04:34 +05:00
payments.go 🚚 Moved utils 2020-01-28 13:30:47 +05:00
stickers.go 👽 Updated code to support BotAPI v4.7 2020-04-01 22:27:18 +05:00
stickers_test.go ♻️ Refactoring code 2020-01-09 20:50:28 +05:00
types.go 👽 Updated code to support BotAPI v4.8 2020-05-08 20:45:09 +05:00
types_test.go 👽 Updated code to support BotAPI v4.8 2020-05-08 20:45:09 +05:00
updates.go 👽 Updated code to support Bot API v4.6 2020-01-28 13:23:00 +05:00
updates_test.go ♻️ Refactoring code 2020-01-09 20:50:28 +05:00
updating_messages.go 🚚 Moved utils 2020-01-28 13:30:47 +05:00

README.md

GoLang bindings for the Telegram Bot API

This package is in active development and going to freeze the first version of it's API. Stay tuned!

Start using telegram

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

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

Need help?