-
Notifications
You must be signed in to change notification settings - Fork 78
/
Copy pathsend_sticker.json
24 lines (24 loc) · 1.05 KB
/
send_sticker.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": "chat_id=666&sticker=BQADBQADBgADmEjsA1aqdSxtzvvVAg",
"headers": [],
"method": "post",
"options": [],
"url": "https://api.telegram.org/bot<TOKEN>/sendSticker"
},
"response": {
"body": "{\"ok\":true,\"result\":{\"message_id\":666,\"from\":{\"id\":666,\"first_name\":\"Nadia\",\"username\":\"nadia_bot\"},\"chat\":{\"id\":666,\"first_name\":\"Yu\",\"last_name\":\"Zhang\",\"username\":\"angellwings\",\"type\":\"private\"},\"date\":1444613737,\"sticker\":{\"width\":512,\"height\":512,\"thumb\":{\"file_id\":\"AAQFABNMdrMyAAR-0JXX3cuRxXsGAAIC\",\"file_size\":3800,\"width\":128,\"height\":128},\"file_id\":\"BQADBQADBgADmEjsA1aqdSxtzvvVAg\"}}}",
"headers": {
"Server": "nginx/1.6.2",
"Date": "Mon, 12 Oct 2015 01:35:37 GMT",
"Content-Type": "application/json",
"Content-Length": "405",
"Connection": "keep-alive",
"Strict-Transport-Security": "max-age=31536000; includeSubdomains"
},
"status_code": 200,
"type": "ok"
}
}
]