Last active
May 8, 2019 09:40
-
-
Save jirawatee/7d6490ceaa23109a90c055ce88a56b96 to your computer and use it in GitHub Desktop.
Carousel contrainer structure in Flex Message
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "type": "carousel", | |
| "contents":[ | |
| { | |
| "type": "bubble", | |
| "styles": {}, | |
| "body": {}, | |
| "footer": {} | |
| }, | |
| { | |
| "type": "bubble", | |
| "styles": {}, | |
| "body": {}, | |
| "footer": {} | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment