telegram 0.2.0

Unofficial Telegram API Library
1
2
3
4
5
error_chain!{
    foreign_links {
        Io(::std::io::Error);
    }
}