Last active
April 6, 2023 07:53
-
-
Save khanhkhuu/c3abfe6971d57e909a3792a311a0b744 to your computer and use it in GitHub Desktop.
Chat-card.json
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
{ | |
"cardsV2":[ | |
{ | |
"card":{ | |
"header":{ | |
"title":"Title", | |
"subtitle":"Sub title", | |
"imageUrl":"https://img.hoidap247.com/picture/question/20210207/large_1612697826664.jpg", | |
"imageType":"CIRCLE" | |
}, | |
"sections":[ | |
{ | |
"header":"Section 1", | |
"widgets":[ | |
{ | |
"decoratedText":{ | |
"startIcon":{ | |
"knownIcon":"MAP_PIN" | |
}, | |
"text":"Text 1" | |
} | |
}, | |
{ | |
"decoratedText":{ | |
"startIcon":{ | |
"knownIcon":"MAP_PIN" | |
}, | |
"text":"Text 2" | |
} | |
} | |
] | |
}, | |
{ | |
"header":"Section 2", | |
"widgets":[ | |
{ | |
"decoratedText":{ | |
"startIcon":{ | |
"knownIcon":"MAP_PIN" | |
}, | |
"text":"Text 1" | |
} | |
}, | |
{ | |
"decoratedText":{ | |
"startIcon":{ | |
"knownIcon":"MAP_PIN" | |
}, | |
"text":"Text 2" | |
} | |
} | |
] | |
} | |
] | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment