rust_telegram_bot 0.0.1

TelegramBot API implementation
Documentation
1
2
3
4
5
6
7
8
9
10
11
use super::super::telegram::bot::TelegramBot;


pub struct Context <'a> {
    pub bot: &'a TelegramBot
}


impl<'a> Context<'a> {
    
}