1
0
📚 Golang bindings for Telegram API https://core.telegram.org/bots/api
Go to file
2019-07-30 16:34:28 +05:00
login ♻️ Refactored login widget 2019-07-24 16:20:26 +05:00
.gitignore ♻️ Refactoring old code 2019-07-23 18:47:35 +05:00
.gitlab-ci.yml 💚 Updated Gitlab CI config 2019-07-26 15:18:43 +05:00
add.go 🎨 Format and fixes other code 2019-07-26 15:09:49 +05:00
answer.go 🎨 Format and fixes other code 2019-07-26 15:09:49 +05:00
CODE_OF_CONDUCT.md 🚚 Moved docs to repository root 2019-07-26 15:10:45 +05:00
const.go 🎨 Fixed constants types 2019-07-30 16:34:28 +05:00
create.go 📦 Replaced ffjson package 2019-07-24 14:35:46 +05:00
delete.go 🎨 Format and fixes other code 2019-07-26 15:09:49 +05:00
doc.go 💡 Documented source code 2018-04-19 18:02:15 +05:00
edit.go 🎨 Format and fixes other code 2019-07-26 15:09:49 +05:00
export.go 🎨 Format and fixes other code 2019-07-26 15:09:49 +05:00
forward.go 🎨 Format and fixes other code 2019-07-26 15:09:49 +05:00
get.go 🎨 Format and fixes other code 2019-07-26 15:09:49 +05:00
go.mod 📦 Replaced ffjson package 2019-07-24 14:35:46 +05:00
go.sum 📦 Replaced ffjson package 2019-07-24 14:35:46 +05:00
kick.go 🎨 Format and fixes other code 2019-07-26 15:09:49 +05:00
leave.go 🎨 Format and fixes other code 2019-07-26 15:09:49 +05:00
LICENSE.md 🎉 Initial commit 2017-09-04 23:20:52 +05:00
Makefile 🔧 Updated Makefile 2019-07-26 15:17:35 +05:00
pin.go 🎨 Format and fixes other code 2019-07-26 15:09:49 +05:00
README.md ♻️ Refactoring old code 2019-07-23 18:47:35 +05:00
restrict.go 👽 Added Bot API 4.4 changes 2019-07-30 16:15:07 +05:00
send.go 🎨 Format and fixes other code 2019-07-26 15:09:49 +05:00
set.go 👽 Added Bot API 4.4 changes 2019-07-30 16:15:07 +05:00
stop.go 📦 Replaced ffjson package 2019-07-24 14:35:46 +05:00
SUPPORT.md 🚚 Moved docs to repository root 2019-07-26 15:10:45 +05:00
telegram.go 🎨 Format and fixes other code 2019-07-26 15:09:49 +05:00
types.go 👽 Added Bot API 4.4 changes 2019-07-30 16:15:07 +05:00
unban.go 🎨 Format and fixes other code 2019-07-26 15:09:49 +05:00
unpin.go 🎨 Format and fixes other code 2019-07-26 15:09:49 +05:00
upload.go 🎨 Format and fixes other code 2019-07-26 15:09:49 +05:00
utils_test.go ♻️ Refactoring old code 2019-07-23 18:47:35 +05:00
utils.go 🎨 Format and fixes other code 2019-07-26 15:09:49 +05:00

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?