1
0
Fork 0
📚 Golang bindings for Telegram API https://core.telegram.org/bots/api
Go to file
Daniel Andrei Minca 54316d4882
remove obsolete env vars
Signed-off-by: Daniel Andrei Minca <mandrei17@gmail.com>
2019-08-21 19:53:22 +02:00
login ♻️ Refactored login widget 2019-07-24 16:20:26 +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
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
const.go Added poll utils 2019-08-09 12:23:21 +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 💡 Force gitlab link in the docs 2019-08-14 19:07:29 +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 📦 Updated go-modules 2019-07-30 16:35:29 +05:00
go.sum 📦 Updated go-modules 2019-07-30 16:35:29 +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
pin.go 🎨 Format and fixes other code 2019-07-26 15:09:49 +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
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.go Added poll utils 2019-08-09 12:23:21 +05:00
utils_test.go ♻️ Refactoring old code 2019-07-23 18:47:35 +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?