TelegramBots / Telegram.Bot.Framework

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

Probably a problem with long polling #10

Open tuscen opened 6 years ago

tuscen commented 6 years ago

Default timeout in GetUpdateAsync method is set to 0. BotManager should take timeout from ITelegramBotClient and pass it to GetUpdatesAsync method. I think there also should be a config for timeout in BotOptions.