botx-api 0.1.6

Обертка над BotX api (eXpress)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
pub mod models;

#[cfg(feature = "stickers-new_sticker_pack")]
pub mod new_sticker_pack;
#[cfg(feature = "stickers-sticker_packs_list")]
pub mod sticker_packs_list;
#[cfg(feature = "stickers-add_sticker")]
pub mod add_sticker;
#[cfg(feature = "stickers-get_sticker_pack")]
pub mod get_sticker_pack;
#[cfg(feature = "stickers-get_sticker")]
pub mod get_sticker;
#[cfg(feature = "stickers-update_sticker_pack")]
pub mod update_sticker_pack;
#[cfg(feature = "stickers-delete_sticker")]
pub mod delete_sticker;
#[cfg(feature = "stickers-delete_sticker_pack")]
pub mod delete_sticker_pack;