telemon 0.2.0

A Telegram bot for sending log messages to group topics.
Documentation
1
2
3
4
5
6
7
use telemon::config::config::Config;
use telemon::Telemon;

fn main() {
    // chat_id configda mavjud bo‘lsa
    Telemon::send("✅ Success ```telemon```").to(2);
}