[BUG] v14: _BaseMedium
shouldn't have bot
as a slot
#2921
Milestone
_BaseMedium
shouldn't have bot
as a slot
#2921
Steps to Reproduce
_BaseMedium
.bot
in any instance of_BaseMedium
would lead to an error since that is not used. We use_bot
.Expected behaviour
bot
should be removed from the slot.Actual behaviour
Operating System
Version of Python, python-telegram-bot & dependencies
Relevant log output
No response
Additional Context
test_slot_behaviour
passes forPhotoSize
since we don't explicitly have a test for its superclass (_BaseMedium
).Will be fixed in #2893
The text was updated successfully, but these errors were encountered: