-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmessage-quick_reply-text.json
57 lines (56 loc) · 1.19 KB
/
message-quick_reply-text.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
{
"headers": {
"host": "localhost",
"accept": "*/*",
"accept-encoding": "deflate, gzip",
"content-type": "application/json"
},
"body": {
"object": "page",
"entry": [{
"id": "514061682115264",
"time": 1469433306866,
"messaging": [{
"sender": {
"id": "10157033896470455"
},
"recipient": {
"id": "514061682115264"
},
"timestamp": 1469433306846,
"message": {
"quick_reply": {
"payload": "{\"developer\": {\"defined\": {\"payload\": \"for\", \"picking\": \"red\"}}}"
},
"mid": "mid.1469433306838:778f28c4921a57d296",
"seq": 2277,
"text": "Red"
}
}]
}]
},
"+expected":
{
"plan": 15,
"entry": [{
"messaging": [{
"message": {
"type": "quick_reply",
"user": {
"id": "10157033896470455"
},
"quick_reply": {
"payload": {
"developer": {
"defined": {
"payload": "for",
"picking": "red"
}
}
}
}
}
}]
}]
}
}