forked from hsuanchi/Flask-LINE-Bot-Heroku
-
Notifications
You must be signed in to change notification settings - Fork 0
/
action.json
71 lines (62 loc) · 1.5 KB
/
action.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
61
62
63
64
65
66
67
68
69
// Action menu
//https://ithelp.ithome.com.tw/articles/10229397
{
"size": {
"width": 2500,
"height": 843
},
"selected": true,
"name": "weddingmenu",
"chatBarText": "婚禮小幫手",
"areas": [
{
"bounds": {
"x": 0,
"y": 0,
"width": 833,
"height": 843
},
"action": {
"type": "uri",
"label": "甜蜜時光",
"uri": "https://photos.app.goo.gl/tdNTcixyiEemoHzB9"
}
},
{
"bounds": {
"x": 833,
"y": 0,
"width": 833,
"height": 843
},
"action": {
"type": "message",
"label": "婚宴資訊",
"text": "婚宴資訊"
}
},
{
"bounds": {
"x": 1666,
"y": 0,
"width": 833,
"height": 843
},
"action": {
"type": "message",
"label": "交通方式",
"text": "交通方式"
}
}
]
}
// "richMenuId": "richmenu-cb2f9d577017fa16deaa72b7d84894a9"
// picture Menu
https://api-data.line.me/v2/bot/richmenu/richmenu-cb2f9d577017fa16deaa72b7d84894a9/content
// curl -v -X POST https://api.line.me/v2/bot/richmenu/{rich menu id}/content \
// -H " Authorization: Bearer {token}' \
// -H'Content-Type: application/json " \
// -H " Content-Type: image/png " \
// -T image-path.png
// confirm
https://api.line.me/v2/bot/user/all/richmenu/richmenu-cb2f9d577017fa16deaa72b7d84894a9