Skip to content

Instantly share code, notes, and snippets.

@PamornT
Created September 30, 2021 05:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PamornT/fde06e006d9bb6c1124c72e406377671 to your computer and use it in GitHub Desktop.
Save PamornT/fde06e006d9bb6c1124c72e406377671 to your computer and use it in GitHub Desktop.
{
"type": "bubble",
"hero": {
"type": "image",
"url": "https://scdn.line-apps.com/n/channel_devcenter/img/fx/01_1_cafe.png",
"size": "full",
"aspectRatio": "20:13",
"aspectMode": "cover",
"action": {
"type": "uri",
"uri": "http://linecorp.com/"
}
},
"body": {
"type": "box",
"layout": "vertical",
"contents": [
{
"type": "text",
"weight": "bold",
"size": "3xl",
"wrap": true,
"gravity": "bottom",
"contents": [
{
"type": "span",
"text": "ลอยขึ้นแบบนี้นะ",
"size": "xxl"
},
{
"type": "span",
"text": " "
}
]
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment