Telego Telegram Bot API Library

Telego is Telegram Bot API library for Go with full one-to-one API implementation and much more.

Get Started

Open-source MIT Licensed. GitHub v0.29.2

Easy-To-Use 🧩

Provides fully documented, and easy-to-use API for integration with Telegram Bots, and a lot of utility and helper methods for convenience

One-To-One API 🪁

Fully implemented Telegram Bot API with all methods and types represented in a library, also with mostly all comments
[ generated from Telegram docs ]

Fast By Default ⚡️

Telego uses valyala/fasthttp instead of net/http and, goccy/go-json instead of encoding/json, so you will get great speed by default

Low Level 👾

If you want to use bare Telegram methods and types as they are, without any helpers and utility methods, check out low level docs

Medium Level 📻

If you want more convenient way of interaction with Telegram, but still not use all helpers that Telego provides, check out medium level docs

High Level 🦾

If you want to use helpers, utility and `with` methods for the most convenient development, check out high level docs