1
0
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:
Vitaly the Alpaca (bot)
2024-09-29 12:34:39 +03:00
parent 4ab15c4cce
commit 94b649b700
214 changed files with 5809 additions and 5573 deletions
@@ -1,7 +1,7 @@
Token = "001.3501506236.091...";
ChatID = "AoLI0egLWBSLR1Ngn2w";
File = "https://openintegrations.dev/test_data/spy2.png"; // URL
File = "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/spy2.png"; // URL
FilePath = GetTempFileName("png"); // Path
CopyFile(File, FilePath);
+1 -1
View File
@@ -2,7 +2,7 @@
ChatID = "AoLI0egLWBSLR1Ngn2w";
Text = "File caption";
File = "https://openintegrations.dev/test_data/document.docx"; // URL
File = "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/document.docx"; // URL
FilePath = GetTempFileName("docx"); // Path
CopyFile(File, FilePath);
+1 -1
View File
@@ -3,7 +3,7 @@
ReplyID = "7419291601358293295";
Text = "File caption";
File = "https://openintegrations.dev/test_data/song.m4a" ; // URL
File = "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/song.m4a" ; // URL
FilePath = GetTempFileName("m4a"); // Path
CopyFile(File, FilePath);