Skip to content

Instantly share code, notes, and snippets.

@jirawatee
Last active April 29, 2019 08:44
Show Gist options
  • Select an option

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

Select an option

Save jirawatee/f82e6642080254665c5c9de218d390f3 to your computer and use it in GitHub Desktop.
Bubble contrainer structure in Flex Message
{
"type": "bubble",
"direction": "ltr",
"styles": {
"header": {
"backgroundColor": "#ffaaaa",
},
"body": {
"backgroundColor": "#aaffaa",
"separator": true,
"separatorColor": "#efefef"
},
"footer": {
"backgroundColor": "#aaaaff"
}
},
"header": {},
"hero": {},
"body": {},
"footer": {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment