Has anyone here written a Telegram bot in Rust? Which library did you use? I'm trying to learn Rust and I figured it'd be a good first project to start with
@robinsyl yes! i have used teloxide for a simple bot integration for a service i built and it was pretty simple to use (if you know async/tokio things already)