-
Notifications
You must be signed in to change notification settings - Fork 78
/
Copy pathget_updates.json
24 lines (24 loc) · 908 Bytes
/
get_updates.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
[
{
"request": {
"body": "limit=1",
"headers": [],
"method": "post",
"options": [],
"url": "https://api.telegram.org/bot<TOKEN>/getUpdates"
},
"response": {
"body": "{\"ok\":true,\"result\":[{\"update_id\":666,\n\"message\":{\"message_id\":666,\"from\":{\"id\":666,\"first_name\":\"Yu\",\"last_name\":\"Zhang\",\"username\":\"angellwings\"},\"chat\":{\"id\":666,\"first_name\":\"Yu\",\"last_name\":\"Zhang\",\"username\":\"angellwings\",\"type\":\"private\"},\"date\":1444613871,\"text\":\"aloha\"}}]}",
"headers": {
"Server": "nginx/1.6.2",
"Date": "Mon, 12 Oct 2015 01:38:35 GMT",
"Content-Type": "application/json",
"Content-Length": "299",
"Connection": "keep-alive",
"Strict-Transport-Security": "max-age=31536000; includeSubdomains"
},
"status_code": 200,
"type": "ok"
}
}
]