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
pub mod callback_query;
pub mod command;
pub mod conversation;
pub mod message;

pub use callback_query::CallbackQueryHandler;
pub use command::CommandHandler;
pub use conversation::{
    ConversationHandler, ConversationOpts, EndConversation, InMemoryStorage, KeyStrategy, NextState,
};
pub use message::MessageHandler;