tbot 0.5.0

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

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