botx-api 0.1.6

Обертка над BotX api (eXpress)
Documentation
pub mod file;
pub use file::*;

pub mod status;
pub use status::*;

pub mod button;
pub use button::*;

pub mod bubble;
pub use bubble::*;

pub mod handler;
pub use handler::*;

pub mod align;
pub use align::*;

pub mod express_error;
pub use express_error::*;

pub mod mention;
pub use mention::*;

pub mod mimetype;
pub use mimetype::*;

pub mod event_payload;
pub use event_payload::*;

pub mod payload_options;
pub use payload_options::*;

pub mod file_response;
pub use file_response::*;