tbot 0.6.7

Make cool Telegram bots with Rust easily.
Documentation
message_base! {
    struct CreatedGroup { } -> EventLoop::created_group

    fn new() -> Self {
        Self {}
    }
}