You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-06-29 00:51:51 +02:00
Main build (Jenkins)
This commit is contained in:
@ -12,11 +12,11 @@ import TabItem from '@theme/TabItem';
|
||||
|
||||
`Function FormKeyboardFromButtonArray(Val ButtonArray, Val UnderMessage = False, Val OneByOne = True) Export`
|
||||
|
||||
| Parameter | CLI option | Type | Description |
|
||||
|-|-|-|-|
|
||||
| ButtonArray | --buttons | Array of String | Array of buttons |
|
||||
| UnderMessage | --under | Boolean | Keyboard under the message or on the bottom panel |
|
||||
| OneByOne | --column | Boolean | True > buttons are displayed in a column, False > in a row |
|
||||
| Parameter | CLI option | Type | Required | Description |
|
||||
|-|-|-|-|-|
|
||||
| ButtonArray | --buttons | Array of String | ✔ | Array of buttons |
|
||||
| UnderMessage | --under | Boolean | ✖ | Keyboard under the message or on the bottom panel |
|
||||
| OneByOne | --column | Boolean | ✖ | True > buttons are displayed in a column, False > in a row |
|
||||
|
||||
|
||||
Returns: String - Keyboard JSON
|
||||
|
Reference in New Issue
Block a user