Skip to content

Instantly share code, notes, and snippets.

@khanhkhuu
Last active April 6, 2023 07:53
Show Gist options
  • Save khanhkhuu/c3abfe6971d57e909a3792a311a0b744 to your computer and use it in GitHub Desktop.
Save khanhkhuu/c3abfe6971d57e909a3792a311a0b744 to your computer and use it in GitHub Desktop.
Chat-card.json
{
"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