My Python telebot was working great for a few weeks, but today, this error started to occur:
(__init__.py:1021 MainThread) ERROR - TeleBot: "Infinity polling exception: ChatBoost.__init__() missing 3 required positional arguments: 'boost_id', 'add_date', and 'expiration_date'"
Could this be related to the number of groups the bot is in? This error occurs when I run bot.infinity_polling()
or bot.polling()