docs/Buttons.html
| Name | Type | Optional | Description |
|---|---|---|---|
body
|
|
| | |
buttons
|
|
|
See ButtonSpec
| |
title
|
|
|
Value can be null.
| |
footer
|
|
|
Value can be null.
|
Message body
buttons of message
footer of message
title of message
Creates button array from simple array
Input: [{id:'customId',body:'button1'},{body:'button2'},{body:'button3'},{body:'button4'}]
Returns: [{ buttonId:'customId',buttonText:{'displayText':'button1'},type: 1 },{buttonId:'n3XKsL',buttonText:{'displayText':'button2'},type:1},{buttonId:'NDJk0a',buttonText:{'displayText':'button3'},type:1}]
| Name | Type | Optional | Description |
|---|---|---|---|
buttons
|
Array of ButtonSpec
|
| |
Returns
Array of FormattedButtonSpec