From eab93ea4c2cb6945a32642089b6171dbd36ed8ef Mon Sep 17 00:00:00 2001 From: WarFade <96909243+WarFade@users.noreply.github.com> Date: Tue, 1 Apr 2025 06:18:59 +0530 Subject: [PATCH] Updated MTProto vs HTTP Bot API (markdown) --- MTProto-vs-HTTP-Bot-API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MTProto-vs-HTTP-Bot-API.md b/MTProto-vs-HTTP-Bot-API.md index 011a951..069a1e7 100644 --- a/MTProto-vs-HTTP-Bot-API.md +++ b/MTProto-vs-HTTP-Bot-API.md @@ -169,7 +169,7 @@ give you less overhead. This doesn't really mean much unless the botapi server goes down or starts being slow. In that case, calls like -[answerCallbackQuery](https://core.telegram.org/bots/api#answercallbackquery) +[answerCallbackQuery](https://core.telegram.org/bots/api#answercallbackquery) can fail because you have a limited time to respond to it. Update Comparison