# TGBOT
[](https://github.com/tg-rs/tgbot/actions/)
[](https://codecov.io/gh/tg-rs/tgbot)
[](https://crates.io/crates/tgbot)
A full-featured Telegram Bot API client.
## Installation
```toml
[dependencies]
tgbot = "0.36.2"
```
## Examples
See examples in the [examples](https://github.com/tg-rs/tgbot/tree/0.36.2/examples) directory.
To run an example you need to create a `.env` file:
```sh
cp sample.env .env
```
Don't forget to change the value of `TGBOT_TOKEN` and other variables if required.
## Versioning
This project adheres to [ZeroVer](https://0ver.org/).
## Links
- [Latest documentation](https://docs.rs/tgbot)
- [Master documentation](https://tg-rs.github.io/tgbot/tgbot/)
- [Telegram Chat](https://t.me/tgrsusers)
- [Changelog](https://github.com/tg-rs/tgbot/tree/0.36.2/CHANGELOG.md)
- [Code of Conduct](https://github.com/tg-rs/tgbot/tree/0.36.2/CODE_OF_CONDUCT.md)
## LICENSE
The MIT License (MIT)