From 0aa9f0fb42ad5e4c79fa49b7c42db31c5f84bd96 Mon Sep 17 00:00:00 2001 From: Badiboy Date: Mon, 4 Jul 2022 22:26:24 +0300 Subject: [PATCH] Update type fix --- telebot/util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telebot/util.py b/telebot/util.py index 2561c21..62ebe7f 100644 --- a/telebot/util.py +++ b/telebot/util.py @@ -49,7 +49,7 @@ content_type_service = [ ] update_types = [ - "update_id", "message", "edited_message", "channel_post", "edited_channel_post", "inline_query", + "message", "edited_message", "channel_post", "edited_channel_post", "inline_query", "chosen_inline_result", "callback_query", "shipping_query", "pre_checkout_query", "poll", "poll_answer", "my_chat_member", "chat_member", "chat_join_request" ]