TelegramBots / Telegram.Bot.Framework

Simple framework for building Telegram bots
MIT License
97 stars 43 forks source link

Making requests when getting updates(Webhooks only) #7

Open poulad opened 7 years ago

poulad commented 7 years ago

Making requests when getting updates is a great feature but how to implement it?

poulad commented 7 years ago

One option could be having a queue (cached) that bot manager checks when responding to webhook calls.