go-telegram-bot-api/telegram-bot-api
Golang bindings for the Telegram Bot API observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4087
- days_rel: n/a
- days_push: 749
- n_releases_24m: 0
Adoption not part of the score
6402 stars · 992 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Go bindings for the Telegram Bot API, providing a thin wrapper around all bot endpoints including message sending, file uploads, webhooks, and long polling. It intentionally offers no higher-level features like command handlers or plugins, leaving bot logic design to the developer.
Use cases
- build a telegram bot in go
- send messages to telegram chats from a server
- receive telegram updates via long polling or webhooks
- upload photos and files to telegram
- create an echo bot with the telegram bot api
- handle telegram callback queries and inline keyboards
When to choose
- you want a minimal, well-documented Go wrapper over the raw Telegram Bot API
- you prefer designing your own command handling and bot architecture
- you need webhook support for high-traffic bots on platforms like Google App Engine
When to avoid
- you want a batteries-included framework with plugins, routers, and command handlers
- you need a client library in a language other than Go
- you require production-grade update processing out of the box, since GetUpdatesChan is basic and single-threaded
Facets
library · maturity stable
sdk http-client chatbot messaging-platforms chatbots developer-tools go cross-platform telegram-bot-api golang-bindings bot-framework webhooks long-polling automation
7 sources
- readme: https://github.com/go-telegram-bot-api/telegram-bot-api · fetched 2026-08-28 · 8eace89b1349
- homepage: https://go-telegram-bot-api.dev · fetched 2026-08-29 · 5d0162240a53
- site_page: https://go-telegram-bot-api.dev/getting-started · fetched 2026-08-29 · a438e9d20324
- site_page: https://go-telegram-bot-api.dev/getting-started/library-structure · fetched 2026-08-29 · ece1e00dc995
- site_page: https://go-telegram-bot-api.dev/getting-started/files · fetched 2026-08-29 · 7370483216e7
- site_page: https://go-telegram-bot-api.dev/getting-started/important-notes · fetched 2026-08-29 · 9698131209c0
- site_page: https://go-telegram-bot-api.dev/changelog · fetched 2026-08-29 · 25f65942605f
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| go-telegram-bot-api/telegram-bot-api | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="go-telegram-bot-api/telegram-bot-api")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem