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

#rust #telegram #askfedi

@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)
@robinsyl if you don't know async/tokio things already i'm happy to answer questions :3