//! Types in the Telegram Bot API and their deserializers
//!//! See also [Telegram Bot API](https://core.telegram.org/bots/api).
#[cfg(feature ="high")]externcrate chrono;externcrate serde;#[macro_use]externcrate serde_derive;externcrate serde_json;pubmodbot;