Telego Telegram Bot API Library
Telego is Telegram Bot API library for Go with full one-to-one API implementation and much more.
Get StartedTelego is Telegram Bot API library for Go with full one-to-one API implementation and much more.
Get StartedProvides fully documented, and easy-to-use API for integration with Telegram Bots, and a lot of utility and helper methods for convenience
Fully implemented Telegram Bot API with all methods
and types represented in a library, also with mostly all comments
[ generated
from Telegram docs ]
Telego uses valyala/fasthttp
instead
of net/http
and,
goccy/go-json
instead of
encoding/json
, so you will get great speed by default
If you want to use bare Telegram methods and types as they are, without any helpers and utility methods, check out low level docs
If you want more convenient way of interaction with Telegram, but still not use all helpers that Telego provides, check out medium level docs
If you want to use helpers, utility and `with` methods for the most convenient development, check out high level docs