Skip to main content

Module framework

Module framework 

Source

Re-exports§

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

Modules§

context
dispatcher
Dispatcher - routes updates to handler groups in ascending order.
filters
Composable predicates for matching updates.
handler
handlers