telegram-bot
telegram-bot copied to clipboard
Add webhook example with actix-web
Add the example of how to use this repo with webhook server with actix-web.
Why not just write web::Json<Update>
? Is Bytes
has better performance?