tgbot 0.36.2

A Telegram Bot library
Documentation
# TGBOT

[![CI](https://img.shields.io/github/actions/workflow/status/tg-rs/tgbot/ci.yml?branch=master&style=flat-square)](https://github.com/tg-rs/tgbot/actions/)
[![Coverage](https://img.shields.io/codecov/c/github/tg-rs/tgbot.svg?style=flat-square)](https://codecov.io/gh/tg-rs/tgbot)
[![Version](https://img.shields.io/crates/v/tgbot.svg?style=flat-square)](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)