Closed
Description
Steps to reproduce
-
Generate a Message object without photo set.
-
Check the photo parameter
Expected behaviour
.photo should be None
Actual behaviour
.photo is an empty list
Wrong line:
python-telegram-bot/telegram/message.py
Line 515 in 1fdaaac