📚 Golang bindings for Telegram API https://core.telegram.org/bots/api
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Maxim Lebedev 3ba426cd6e
🐛 Fixed invalid value format in FUNDING.yml
2 years ago
.github 🐛 Fixed invalid value format in FUNDING.yml 2 years ago
login 🎨 Updated module paths 3 years ago
.drone.yml 👷 Use official golangci-lint docker image 2 years ago
.editorconfig 🔧 Added EditorConfig 3 years ago
.gitignore add more gitignore 4 years ago
.gitlab-ci.yml 👷 Use official golangci-lint docker image 2 years ago
LICENSE.md 🎉 Initial commit 6 years ago
Makefile remove obsolete env vars 4 years ago
README.md 💬 Added Drone build status badge 2 years ago
SUPPORT.md 👥 Updated SUPPORT.md patrons list 3 years ago
bot.go 👽 Maybe API v5.0 upgrade? 3 years ago
const.go 👽 Updated code to v5.3 2 years ago
doc.go 🎨 Updated module paths 3 years ago
errors.go ♻️ Refactoring code 3 years ago
games.go 👽 Updated code to v5.1 2 years ago
go.mod 👽 Updated code to v5.1 2 years ago
go.sum 👽 Updated code to v5.1 2 years ago
inline.go 👽 Updated code to v5.2 2 years ago
inline_test.go ♻️ Refactoring code 3 years ago
methods.go 👽 Updated code to v5.3 2 years ago
passport.go 👽 Updated code to v5.1 2 years ago
payments.go 👽 Updated code to v5.2 2 years ago
stickers.go 👽 Updated code to v5.1 2 years ago
stickers_test.go ♻️ Refactoring code 3 years ago
types.go 👽 Updated code to v5.3 2 years ago
types_test.go 👽 Updated code to v5.3 2 years ago
updates.go 👽 Updated code to v5.1 2 years ago
updates_test.go ♻️ Refactoring code 3 years ago
updating_messages.go 👽 Updated code to v5.1 2 years ago
utils.go ♻️ Moved duplicated methods parts into single util 3 years ago

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?