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
{
"http_method": "POST",
"url_path": "sendDice",
"req_body": {
"json": {
"chat_id": 1,
"emoji": "🎲",
"reply_markup": {
"remove_keyboard": true,
"selective": true
}
}
},
"rep_body": {
"ok": true,
"result": {
"message_id": 1,
"date": 0,
"chat": {
"type": "group",
"id": 1,
"title": "Test"
},
"from": {
"id": 1,
"first_name": "John",
"is_bot": false
},
"dice": {
"emoji": "🎲",
"value": 1
},
"is_automatic_forward": false,
"has_protected_content": false
}
}
}