tgbot-mastodon-sync 0.2.2

A Telegram bot synchronizes Telegram messages to Mastodon
Documentation
1
2
3
4
5
6
7
8
pub mod handle;
pub mod media;
mod msg;
mod progmsg;
pub mod text;

pub use msg::*;
pub use progmsg::*;