if ans.reply_message is not None:
txt = ans.reply_message
from_id = ans.reply_message
else:
txt = ans.fwd_messages[0].text
from_id = ans.fwd_messages[0].from_id
txt = ans.reply_message
from_id = ans.reply_message
txt = ans.reply_message.text
from_id = ans.reply_message.from_id
txt = ans.reply_message.text
AttributeError: 'NoneType' object has no attribute 'text'