botx-api 0.1.6

Обертка над BotX api (eXpress)
Documentation
1
2
3
4
5
6
7
8
9
10
#[cfg(feature = "events-edit_event")]
pub mod edit_event;
#[cfg(feature = "events-reply_event")]
pub mod reply_event;
#[cfg(feature = "events-status")]
pub mod status;
#[cfg(feature = "events-typing")]
pub mod typing;
#[cfg(feature = "events-stop_typing")]
pub mod stop_typing;