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:
@@ -7,7 +7,7 @@ sidebar_position: 6
|
||||
|
||||
|
||||
|
||||
`Function ResendFile(Val Token, Val ChatID, Val FileID, Val Text = "", Val FileName = "", Val Markup = "MarkdownV2") Export`
|
||||
`Function ResendFile(Val Token, Val ChatID, Val FileID, Val Text = "", Val Markup = "MarkdownV2") Export`
|
||||
|
||||
| Parameter | CLI option | Type | Description |
|
||||
|-|-|-|-|
|
||||
@@ -15,7 +15,6 @@ sidebar_position: 6
|
||||
| ChatID | --chatid | String, Number | Chat ID for sending |
|
||||
| FileID | --fileid | String, Number | File ID to send |
|
||||
| Text | --text | String | File caption |
|
||||
| FileName | --filename | String | Displayed file name |
|
||||
| Markup | --parsemod | String | Markup type for message text: MarkdownV2 or HTML |
|
||||
|
||||
|
||||
|
||||
@@ -35,7 +35,6 @@ If you want the client to display this file as a playable voice message, it must
|
||||
Token = "001.3501506236.091...";
|
||||
ChatID = "689203963@chat.agent";
|
||||
ReplyID = "7419291601358293295";
|
||||
Text = "File caption";
|
||||
|
||||
File = "https://openyellow.neocities.org/test_data/song.m4a" ; // URL
|
||||
FilePath = GetTempFileName("m4a"); // Path
|
||||
|
||||
Reference in New Issue
Block a user