I have send poll by my bot in private chat with a bot. Poll appeared fine. But when I answer it - telegram server repeat sending message to web hook:
{"update_id":199522750, "poll":{"id":"5276163750276104310","question":"Question?","options":[{"text":"test1","voter_count":0},{"text":"test2","voter_count":1},{"text":"test3","voter_count":0}],"total_voter_count":1,"is_closed":false,"is_anonymous":true,"type":"regular","allows_multiple_answers":false}}
Webhook receives it every minute. I have deleted message with poll. How to stop this messages? Some "confirm" answer to server needed I guess.
I need to receive result once, and stop a poll. This is private chat with bot, nobody else will answer a poll.