Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save jirawatee/ac55e65ccd5f992a75d41e6b64ac0f93 to your computer and use it in GitHub Desktop.
Button structure in Flex Message
{
"type": "bubble",
"body": {
"type": "box",
"layout": "vertical",
"spacing": "md",
"contents": [
{
"type": "button",
"style": "primary",
"action": {
"type": "uri",
"label": "Primary style button",
"uri": "https://developers.line.me"
}
},
{
"type": "button",
"style": "secondary",
"action": {
"type": "uri",
"label": "Secondary style button",
"uri": "https://developers.line.me"
}
},
{
"type": "button",
"style": "link",
"action": {
"type": "uri",
"label": "Link style button",
"uri": "https://developers.line.me"
}
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment