Update to Telegram Bot Framework 2.0

This commit is contained in:
Andriy
2023-07-29 01:50:28 +03:00
parent 5d06529c92
commit 0677060429
24 changed files with 86 additions and 47 deletions
+1 -1
View File
@@ -208,7 +208,7 @@ namespace Kruzya.TelegramBot.RichSiteSummary.Handler
#region Message handler
[Update(InChat.All, UpdateFlag.CallbackQuery)]
[Update(UpdateFlag.CallbackQuery)]
public async Task HandleAction()
{
if (!RawUpdate.CallbackQuery.Data.StartsWith("feed|"))