xxxxxxxxxx
git clone https://github.com/aahnik/telegram-chat-forward.git && cd telegram-chat-forward
xxxxxxxxxx
def mesgs_hand(update, context):
if(update.message.text == "Hi"):
context.bot.send_message(
chat_id=update.message.chat_id,
reply_to_message_id=update.message.message_id,
text="Hey there!")