You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
after a recent update of the Telegram API, "get_available_gifts" was added to the Gift class, which is not in the library, so any requests with the get_available_gifts() method end with an error
The text was updated successfully, but these errors were encountered:
Steps to Reproduce
context.bot.get_available_gifts()
Expected behaviour
you get json from the server that is parsed with Gift class
Actual behaviour
TypeError: Gift.init() got an unexpected keyword argument 'upgrade_star_count'
Operating System
ubuntu
Version of Python, python-telegram-bot & dependencies
Relevant log output
Additional Context
after a recent update of the Telegram API, "get_available_gifts" was added to the Gift class, which is not in the library, so any requests with the get_available_gifts() method end with an error
The text was updated successfully, but these errors were encountered: