From f6581a44efd2162b5a77a02f09a141809d72427d Mon Sep 17 00:00:00 2001 From: Roj Date: Fri, 19 Apr 2024 22:27:52 +0300 Subject: [PATCH] Add more allowed methods --- allowed_methods.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/allowed_methods.ts b/allowed_methods.ts index 0b4589e..448cc29 100644 --- a/allowed_methods.ts +++ b/allowed_methods.ts @@ -82,7 +82,9 @@ export const ALLOWED_METHODS = [ "deleteChatStickerSet", "setBoostsRequiredToCircumventRestrictions", "createInviteLink", + "sendCallbackQuery", "answerCallbackQuery", + "sendInlineQuery", "answerInlineQuery", "setMyDescription", "setMyName",