Skip to content

Commit

Permalink
Update loop.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jhGutiAste committed Mar 16, 2021
1 parent 721a619 commit 740a1ad
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion telepot/loop.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,11 @@ def _extract_message(update):
'inline_query',
'chosen_inline_result',
'shipping_query',
'pre_checkout_query'])
'pre_checkout_query',
'poll',
'poll_answer',
'my_chat_member',
'chat_member'])
return key, update[key]

def _infer_handler_function(bot, h):
Expand Down

0 comments on commit 740a1ad

Please sign in to comment.