//! The api module provides the [`API`] trait and [`APIClient`], providing
//! methods to perform requests to the telegram API
//!
//! [`API`]: trait.API.html
//! [`APIClient`]: struct.APIClient.html
pub use API;
pub use APIClient;
pub use APIEndpoint;
pub use Response;