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" ]