You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-11-29 22:27:42 +02:00
Создание MD файлов документации
This commit is contained in:
committed by
Vitaly the Alpaca (bot)
parent
9a3ee312b2
commit
088c7b53ba
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user