I've created a telegram bot on python to collect information from users. Essentially I want users to forward to the bot a message they received within telegram, and answer some follow up questions on them in which they will answer by clicking the built in commands I've set. I want to find a way to extract all of these conversations users have with my bot as the bot owner.
Is there any other simple way besides using - https://api.telegram.org/bot{token}/getUpdates ?
I've tried using Webhooks but it seems too complicated.