I'm writing my AI agent using a Telegram front end. Each time I start a chat with Telegram it generates a new session ID. I've tried Simple Memory and Postgres Chat Memory but they only have one session ID and that is the current new session and not the previous ones. How to overcome this?