telegram-rs / telegram-bot

Rust Library for creating a Telegram Bot
MIT License
940 stars 157 forks source link

Add webhook example with actix-web #239

Open ccqpein opened 3 years ago

ccqpein commented 3 years ago

Add the example of how to use this repo with webhook server with actix-web.

XyLyXyRR commented 3 years ago

Why not just write web::Json<Update>? Is Bytes has better performance?