jh0ker / mau_mau_bot

Telegram Bot that allows you to play Mau Mau (UNO) via inline queries
GNU Affero General Public License v3.0
312 stars 231 forks source link

python-telegram-bot v13 upgrade #87

Closed DO97 closed 2 years ago

DO97 commented 4 years ago

It's been a while since the last compatibility update. Could anyone help out?

https://github.com/python-telegram-bot/python-telegram-bot/wiki/Transition-guide-to-Version-12.0

DO97 commented 3 years ago

https://core.telegram.org/bots/api

Added the field chat_type to the class InlineQuery, containing the type of the chat, from which the inline request was sent.

Bot API 5.2 recently introduced the possibility to determine in which chat the inline results are loaded. This would partially fix the most important bug of the bot (due to Telegram), that enables to load and play your cards everywhere. With this new addition, we'll be able to exclude every non-group chats. Hence, the code would needs Python Telegram Bot v13.5 to implement this new feature.

DO97 commented 2 years ago

107