tgbot

Crates.iotgbot
lib.rstgbot
version0.27.0
sourcesrc
created_at2018-12-23 19:36:02.480143
updated_at2024-07-07 17:38:40.159071
descriptionA Telegram Bot library
homepage
repositoryhttps://github.com/tg-rs/tgbot
max_upload_size
id103464
size1,555,938
Sergey (qezz)

documentation

https://docs.rs/tgbot

README

TGBOT

CI Coverage Version

A full-featured Telegram Bot API client.

Installation

[dependencies]
tgbot = "0.27.0"

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.

Links

LICENSE

The MIT License (MIT)

Commit count: 435

cargo fmt