🧠 How to Create a Telegram Bot with Agenticflow

I need the TG bot to ask a list of questions from 1 to 10 one by one.
So the TG bot needs to have memory if the question is answered before asking the next question. Using the Web App version, I notice the agent will have the memory to complete this task.
However, when using TG, it doesn’t have persist memory to maintain a conversation context. Is it that I need to use the conversation ID? If yes, how?