botx-api-framework 0.1.8

Фреймворк для реализации ботов под платформу eXpress
Documentation
1
2
3
4
5
6
7
8
pub mod button_first_handler;
pub use button_first_handler::*;

pub mod button_second_handler;
pub use button_second_handler::*;

pub mod message_handler;
pub use message_handler::*;