//! Publish to a telegram channel example.
//!
//! A simple client that connects to a mini-telegram server, and
//! publishes a message on `foo` channel
//!
//! You can test this out by running:
//!
//! cargo run --bin mini-telegram-server
//!
//! Then in another terminal run:
//!
//! cargo run --example sub
//!
//! And then in another terminal run:
//!
//! cargo run --example pub
use ;
async