Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

teloxide/teloxide-core

Repository files navigation

Warning

This repository used to contain source code for the teloxide-core crate. We've later decided to move everything into a single repository, namely teloxide/teloxide, to ease the development/maintenance process. To file issues, make PRs, or view current developments, go to the teloxide/teloxide repository.

teloxide-core

The core part of teloxide providing tools for making requests to the Telegram Bot API with ease. This library is fully asynchronous and built using tokio.

teloxide-core = "0.8"

Compiler support: requires rustc 1.64+.