𝐃𝐊
try:
document_type = message.document.mime_type
except AttributeError:
document_type = 'not a document'
if 'image' in document_type or message.content_type == 'photo':
pass
если есть идеи улучшить код, буду рад услышать
Таким образом можно быть уверенным, что туда всегда прилетит документ