Steps to Reproduce
- Initialize a class with no overriden
__init__, e.g. VideoChatStarted
- do
VideoChatStarted().api_kwargs = "something"
Expected behaviour
AttributeError should be raised
Actual behaviour
The attribute is set successfully.
Operating System
OS-agnostic
Version of Python, python-telegram-bot & dependencies
Python version agnostic
PTB - 20.0b0
Relevant log output
No response
Additional Context
No response