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-10-11 10:56:09 +03:00
parent 115f8e12a9
commit a2faa8d357
12 changed files with 4976 additions and 4976 deletions
+1 -1
View File
@@ -3,4 +3,4 @@
FileID = "Z7w4zb94bLtkJDICBfzVuG66f69e921bd";
Text = "File caption";
Result = OPI_VKTeams.ResendFile(Token, ChatID, FileID, Text, "SameDoc.docx");
Result = OPI_VKTeams.ResendFile(Token, ChatID, FileID, Text);
@@ -34,7 +34,7 @@ Method at API documentation: [GET /messages/sendFile](https://teams.vk.com/botap
FileID = "Z7w4zb94bLtkJDICBfzVuG66f69e921bd";
Text = "File caption";
Result = OPI_VKTeams.ResendFile(Token, ChatID, FileID, Text, "SameDoc.docx");
Result = OPI_VKTeams.ResendFile(Token, ChatID, FileID, Text);
```
@@ -3,4 +3,4 @@
IDФайла = "Z7w4zb94bLtkJDICBfzVuG66f69e921bd";
Текст = "Подпись к файлу";
Результат = OPI_VKTeams.ПереслатьФайл(Токен, IDЧата, IDФайла, Текст, "ТотЖеДокумент.docx");
Результат = OPI_VKTeams.ПереслатьФайл(Токен, IDЧата, IDФайла, Текст);
@@ -34,7 +34,7 @@ sidebar_position: 6
IDФайла = "Z7w4zb94bLtkJDICBfzVuG66f69e921bd";
Текст = "Подпись к файлу";
Результат = OPI_VKTeams.ПереслатьФайл(Токен, IDЧата, IDФайла, Текст, "ТотЖеДокумент.docx");
Результат = OPI_VKTeams.ПереслатьФайл(Токен, IDЧата, IDФайла, Текст);
```