Skip to content

Instantly share code, notes, and snippets.

@krooluang
Created May 26, 2020 07:31
Show Gist options
  • Save krooluang/15ac2b6d910d6096d9b6f337bf8c28ac to your computer and use it in GitHub Desktop.
Save krooluang/15ac2b6d910d6096d9b6f337bf8c28ac to your computer and use it in GitHub Desktop.
button line
{
"line": {
"altText": "This is a Flex Message",
"type": "flex",
"contents": {
"type": "bubble",
"body": {
"contents": [
{
"margin": "sm",
"style": "primary",
"type": "button",
"height": "sm",
"action": {
"type": "message",
"text": "อำนวยการ",
"label": "อำนวยการ"
}
},
{
"type": "button",
"action": {
"type": "message",
"label": "การเงิน",
"text": "การเงิน"
},
"style": "primary",
"margin": "sm",
"height": "sm"
},
{
"margin": "sm",
"action": {
"text": "ส่งเสริม",
"type": "message",
"label": "ส่งเสริม"
},
"style": "primary",
"height": "sm",
"type": "button"
},
{
"style": "primary",
"action": {
"label": "บุคคล",
"type": "message",
"text": "บุคคล"
},
"type": "button",
"margin": "sm",
"height": "sm"
},
{
"height": "sm",
"style": "primary",
"margin": "sm",
"type": "button",
"action": {
"label": "นโยบายและแผน",
"text": "นโยบายและแผน",
"type": "message"
}
},
{
"margin": "sm",
"action": {
"label": "นิเทศติดตามฯ",
"type": "message",
"text": "นิเทศติดตามฯ"
},
"style": "primary",
"height": "sm",
"type": "button"
},
{
"type": "button",
"height": "sm",
"style": "primary",
"margin": "sm",
"action": {
"type": "message",
"text": "การศึกษาทางไกล",
"label": "การศึกษาทางไกล"
}
},
{
"margin": "sm",
"action": {
"type": "message",
"text": "ตรวจสอบภายใน",
"label": "ตรวจสอบภายใน"
},
"height": "sm",
"type": "button",
"style": "primary"
},
{
"action": {
"text": "พัฒนาครู",
"type": "message",
"label": "พัฒนาครู"
},
"margin": "sm",
"style": "primary",
"type": "button",
"height": "sm"
}
],
"type": "box",
"layout": "vertical"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment