Closed DO97 closed 2 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.
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