{
"http_method": "POST",
"url_path": "stopPoll",
"req_body": {
"json": {
"chat_id": 1,
"message_id": 2
}
},
"rep_body": {
"ok": true,
"result": {
"id": "poll-id",
"question": "question",
"options": [
{
"persistent_id": "opt-1",
"text": "test 1",
"voter_count": 1
},
{
"persistent_id": "opt-2",
"text": "test 2",
"voter_count": 0
}
],
"total_voter_count": 1,
"is_closed": true,
"is_anonymous": true,
"type": "regular",
"allows_multiple_answers": false,
"allows_revoting": false,
"members_only": false
}
}
}