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> { }