Skip to content

Instantly share code, notes, and snippets.

@kevchentw
Last active July 30, 2021 11:46
Show Gist options
  • Select an option

  • Save kevchentw/90220cee2d71bd9bf071d914cea8416b to your computer and use it in GitHub Desktop.

Select an option

Save kevchentw/90220cee2d71bd9bf071d914cea8416b to your computer and use it in GitHub Desktop.
{
"type": "flex",
"altText": "This is a Flex Message",
"contents": {
"type": "bubble",
"body": {
"type": "box",
"layout": "horizontal",
"contents": [
{
"type": "text",
"text": "Hello,"
},
{
"type": "text",
"text": "World!"
}
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment