You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if message.reply_to_message.document is False or message.reply_to_message.photo is False:
return None
if message.reply_to_message.document and message.reply_to_message.document.mime_type in ['image/png','image/jpg','image/jpeg'] or message.reply_to_message.photo:
if message.reply_to_message.document and message.reply_to_message.document.file_size > 5242880: