tgbotrs 0.2.1

A fully-featured, auto-generated Telegram Bot API library for Rust. All 285 types and 165 methods - strongly typed, fully async.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pub mod context;
pub mod dispatcher;
pub mod filters;
pub mod handler;
pub mod handlers;

pub use context::Context;
pub use dispatcher::{Dispatcher, DispatcherAction, DispatcherOpts, ErrorHook, PanicHook};
pub use filters::FilterExt;
pub use handler::{ContinueGroups, EndGroups, Handler, HandlerResult};
pub use handlers::{
    CallbackQueryHandler, CommandHandler, ConversationHandler, ConversationOpts, EndConversation,
    InMemoryStorage, KeyStrategy, MessageHandler, NextState,
};