telegram-bot-types 0.2.1

Useful types for interacting with the Telegram Bot API
Documentation
extern crate serde;
#[macro_use]
extern crate serde_derive;

pub mod request;
pub mod response;