Open ccqpein opened 3 years ago
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?
web::Json<Update>
Bytes
Add the example of how to use this repo with webhook server with actix-web.