mirror of
https://github.com/Bubuni-Team/telegram-bot.git
synced 2026-07-31 00:29:24 +03:00
fix: remove another bunch of obsolete method calls
This commit is contained in:
@@ -56,6 +56,6 @@ public abstract class CommonHandler : BotEventHandler
|
||||
|
||||
protected async Task AnswerQuery(string id, string? message = null)
|
||||
{
|
||||
await Bot.AnswerCallbackQueryAsync(id, message);
|
||||
await Bot.AnswerCallbackQuery(id, message);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user