linebotmodel/linebot/membercardmain
2022-07-11 11:09:30 +08:00

43 lines
777 B
Plaintext

{
"type": "bubble",
"direction": "ltr",
"hero": {
"type": "image",
"url": "opsealogopic",
"size": "full",
"aspectRatio": "1:1",
"aspectMode": "cover",
"backgroundColor": "#FFFFFF00"
},
"body": {
"type": "box",
"layout": "vertical",
"spacing": "md",
"contents": [
{
"type": "text",
"text": "opsealogoname",
"weight": "bold",
"size": "xl",
"align": "start",
"contents": []
},
{
"type": "box",
"layout": "vertical",
"spacing": "sm",
"contents": [
//put in membercardalluh
}
]
},
"footer": {
"type": "box",
"layout": "horizontal",
"contents": [
{
"type": "spacer"
}
]
}
}