Removing Telegram.Bot.Extensions.Polling nuget package

This commit is contained in:
Florian Zevedei
2023-09-10 18:03:33 +02:00
parent f5b441000e
commit d21a5f8937
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ using System.Threading;
using System.Threading.Tasks;
using Telegram.Bot;
using Telegram.Bot.Exceptions;
using Telegram.Bot.Extensions.Polling;
using Telegram.Bot.Polling;
using Telegram.Bot.Types;
namespace TelegramBotBase.Base;