1
0
Fork 0
📚 Golang bindings for Telegram API https://core.telegram.org/bots/api
Go to file
Maxim Lebedev 3ba426cd6e
🐛 Fixed invalid value format in FUNDING.yml
2021-08-10 05:26:42 +05:00
.github 🐛 Fixed invalid value format in FUNDING.yml 2021-08-10 05:26:42 +05:00
login 🎨 Updated module paths 2020-11-05 15:38:24 +05:00
.drone.yml 👷 Use official golangci-lint docker image 2021-08-05 16:31:59 +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 👷 Use official golangci-lint docker image 2021-08-05 16:31:59 +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 💬 Added Drone build status badge 2021-08-04 04:55:48 +05:00
SUPPORT.md 👥 Updated SUPPORT.md patrons list 2020-05-08 22:08:14 +05:00
bot.go 👽 Maybe API v5.0 upgrade? 2020-11-05 15:13:55 +05:00
const.go 👽 Updated code to v5.3 2021-08-01 20:54:20 +05:00
doc.go 🎨 Updated module paths 2020-11-05 15:38:24 +05:00
errors.go ♻️ Refactoring code 2020-01-09 20:50:28 +05:00
games.go 👽 Updated code to v5.1 2021-03-09 19:15:28 +05:00
go.mod 👽 Updated code to v5.1 2021-03-09 19:15:28 +05:00
go.sum 👽 Updated code to v5.1 2021-03-09 19:15:28 +05:00
inline.go 👽 Updated code to v5.2 2021-08-01 20:15:51 +05:00
inline_test.go ♻️ Refactoring code 2020-01-09 20:50:28 +05:00
methods.go 👽 Updated code to v5.3 2021-08-01 20:54:20 +05:00
passport.go 👽 Updated code to v5.1 2021-03-09 19:15:28 +05:00
payments.go 👽 Updated code to v5.2 2021-08-01 20:15:51 +05:00
stickers.go 👽 Updated code to v5.1 2021-03-09 19:15:28 +05:00
stickers_test.go ♻️ Refactoring code 2020-01-09 20:50:28 +05:00
types.go 👽 Updated code to v5.3 2021-08-01 20:54:20 +05:00
types_test.go 👽 Updated code to v5.3 2021-08-01 20:54:20 +05:00
updates.go 👽 Updated code to v5.1 2021-03-09 19:15:28 +05:00
updates_test.go ♻️ Refactoring code 2020-01-09 20:50:28 +05:00
updating_messages.go 👽 Updated code to v5.1 2021-03-09 19:15:28 +05:00
utils.go ♻️ Moved duplicated methods parts into single util 2020-06-06 02:57:29 +05:00

README.md

GoLang bindings for Telegram Bot API

Build Status

All-in-one package with a huge range of additional helpers for designing your bot for Telegram. Login widget support included.

Install

go get -u gitlab.com/toby3d/telegram/v5

Use

import "gitlab.com/toby3d/telegram/v5"

  • MyPackBot: bot for collecting and reusing any Telegram-media;

Need help?