telereads 0.1.12

@TelereadsBot is an inline bot that allows you to search for books and quickly share them in a conversation.
Documentation
1
2
3
4
5
6
mod models;
mod telegram_bot;
mod telegram_result;

pub use self::telegram_bot::TelegramBot;
pub use self::telegram_result::TelegramResult;