telepathy 0.0.1

High-level Telegram Bot API library in Rust
Documentation
1
2
3
4
5
6
#[derive(Debug, Deserialize, Serialize)]
pub struct File {
    pub file_id: String,
    pub file_size: Option<u64>,
    pub file_path: Option<String>,
}