1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-29 22:27:42 +02:00

Создание MD файлов документации

This commit is contained in:
Vitaly the Alpaca
2024-06-20 07:39:55 +00:00
committed by Vitaly the Alpaca (bot)
parent 9a3ee312b2
commit 088c7b53ba
151 changed files with 18143 additions and 18 deletions

View File

@@ -6,7 +6,7 @@ sidebar_position: 1
Sends a text message to a chat or channel
*Function SendTextMessage(Val Token, Val ChatID, Val Text, Val Keyboard = "", Val Markup = "Markdown") Export*
*Function SendTextMessage(Val Token, Val ChatID, Val Text, Val Keyboard = "", Val Markup = "Markdown", Val RepliedID = 0) Export*
| Parameter | CLI option | Type | Destination |
|-|-|-|-|
@@ -15,6 +15,7 @@ sidebar_position: 1
| Text | --text | String | Message text |
| Keyboard | --keyboard | String | Keyboard JSON or path to .json |
| Markup | --parsemode | String | Text processing type (HTML, Markdown, MarkdownV2) |
| RepliedID | --reply | String, Number | Reply to message ID |
Returns: Map Of KeyAndValue - Serialized JSON response from Telegram