onebot_api/
lib.rs

1//! OneBot V11
2pub mod api;
3pub mod communication;
4pub mod event;
5pub mod message;
6
7// pub use message::SegmentBuilder;