I'm working on developing a Telegram bot that can initiate polls in group chats and gather the votes in those polls.
I've successfully implemented the creation of polls using the sendPoll API endpoint. Once a poll is created, I store both the message ID and the poll ID.
Now, I'm wondering how I can retrieve the votes submitted for the poll. Any guidance on this would be greatly appreciated.