Skip to content

Instantly share code, notes, and snippets.

@jirawatee
Created June 8, 2018 06:49
Show Gist options
  • Select an option

  • Save jirawatee/dc22452185aae43569b7e27b89d3a24c to your computer and use it in GitHub Desktop.

Select an option

Save jirawatee/dc22452185aae43569b7e27b89d3a24c to your computer and use it in GitHub Desktop.
Block structure in Flex Message
{
"type": "bubble",
"header": {
"type": "box",
"layout": "vertical",
"contents": [
{
"type": "text",
"text": "header"
}
]
},
"hero": {
"type": "image",
"url": "https://www.linefriends.com/img/img_sec.jpg",
"size": "full",
"aspectRatio": "2:1"
},
"body": {
"type": "box",
"layout": "vertical",
"contents": [
{
"type": "text",
"text": "body"
},
{
"type": "text",
"text": "body"
}
]
},
"footer": {
"type": "box",
"layout": "vertical",
"contents": [
{
"type": "text",
"text": "footer"
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment