botx_api/api/v3/events/
mod.rs

1#[cfg(feature = "events-edit_event")]
2pub mod edit_event;
3#[cfg(feature = "events-reply_event")]
4pub mod reply_event;
5#[cfg(feature = "events-status")]
6pub mod status;
7#[cfg(feature = "events-typing")]
8pub mod typing;
9#[cfg(feature = "events-stop_typing")]
10pub mod stop_typing;