Telegram - get message history

The idea is:

Adding a get message history function to the Telegram node, to view the last x messages of a chat.

My use case:

I’m building a bot and need to await an user response which I cannot solve with the inline query keyboards. I’d prompt the user to send the text and then check every 5 seconds, whether a new message appeared in the message history, and then continue the workflow.