-
Notifications
You must be signed in to change notification settings - Fork 0
/
POLL-nonanonymous-quiz-singleanswer.json
60 lines (60 loc) · 1.64 KB
/
POLL-nonanonymous-quiz-singleanswer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"update_id": 603402464,
"message": {
"message_id": 158,
"from": {
"id": 1650121229,
"is_bot": false,
"first_name": "JOHN",
"last_name": "DOE",
"username": "johndoe",
"language_code": "en"
},
"chat": {
"id": 1650121229,
"first_name": "JOHN",
"last_name": "DOE",
"username": "johndoe",
"type": "private"
},
"date": 1634526080,
"poll": {
"id": "6298828345723322380",
"question": "Your favorite color",
"options": [
{
"text": "RED",
"voter_count": 0
},
{
"text": "GREEN",
"voter_count": 0
},
{
"text": "BLUE",
"voter_count": 0
}
],
"total_voter_count": 0,
"is_closed": false,
"is_anonymous": false,
"type": "quiz",
"allows_multiple_answers": false,
"correct_option_id": 2,
"explanation": "Because BLUE is the color of Telegram.",
"explanation_entities": [
{
"offset": 8,
"length": 4,
"type": "bold"
},
{
"offset": 29,
"length": 8,
"type": "text_link",
"url": "https://telegram.org/"
}
]
}
}
}