Update type fix

This commit is contained in:
Badiboy 2022-07-04 22:26:24 +03:00
parent f3b1f97362
commit 0aa9f0fb42
1 changed files with 1 additions and 1 deletions

View File

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