telers 1.0.0-beta.2

An asynchronous framework for Telegram Bot API written in Rust
Documentation
1
2
3
4
5
6
7
8
#![allow(clippy::module_name_repetitions)]

pub mod bases;
pub mod service;
pub mod simple;
pub mod telegram;

pub use bases::{cancel_event, finish_event, skip_event, EventReturn};