Crate tgbot

Source
Expand description

§TGBOT

CI Coverage Version

A full-featured Telegram Bot API client.

§Installation

[dependencies]
tgbot = "0.36.1"

§Examples

See examples in the examples directory.

To run an example you need to create a .env file:

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.

§LICENSE

The MIT License (MIT)

Modules§

api
An HTTP client implementation
handler
Update handlers
types
Telegram Bot API types