telegram-bot 0.8.0

A library for creating Telegram bots
Documentation
1
2
3
4
5
6
//! Telegram bot types.

pub mod requests;
pub use requests::*;

pub use telegram_bot_raw::types::*;