You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2026-05-22 10:05:29 +02:00
Main build (Jenkins)
This commit is contained in:
@@ -12,13 +12,13 @@ import TabItem from '@theme/TabItem';
|
||||
|
||||
`Function AnswerButtonEvent(Val Token, Val EventID, Val Text = "", Val URL = "", Val AsAlert = False) Export`
|
||||
|
||||
| Parameter | CLI option | Type | Description |
|
||||
|-|-|-|-|
|
||||
| Token | --token | String | Bot token |
|
||||
| EventID | --queryid | String | Identifier of the callback query received by the bot |
|
||||
| Text | --text | String | Answer text |
|
||||
| URL | --url | String | URL to be opened by the client application |
|
||||
| AsAlert | --showalert | Boolean | Display the answer as an alert) |
|
||||
| Parameter | CLI option | Type | Required | Description |
|
||||
|-|-|-|-|-|
|
||||
| Token | --token | String | ✔ | Bot token |
|
||||
| EventID | --queryid | String | ✔ | Identifier of the callback query received by the bot |
|
||||
| Text | --text | String | ✖ | Answer text |
|
||||
| URL | --url | String | ✖ | URL to be opened by the client application |
|
||||
| AsAlert | --showalert | Boolean | ✖ | Display the answer as an alert) |
|
||||
|
||||
|
||||
Returns: Map Of KeyAndValue - serialized JSON response from VK Teams
|
||||
|
||||
Reference in New Issue
Block a user