1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-23 22:05:15 +02:00

Main build (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot)
2024-10-11 10:56:09 +03:00
parent 5d24f978ab
commit e6475a3c3a
12 changed files with 4976 additions and 4976 deletions

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);

View File

@@ -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);
```

View File

@@ -3,4 +3,4 @@
IDФайла = "Z7w4zb94bLtkJDICBfzVuG66f69e921bd";
Текст = "Подпись к файлу";
Результат = OPI_VKTeams.ПереслатьФайл(Токен, IDЧата, IDФайла, Текст, "ТотЖеДокумент.docx");
Результат = OPI_VKTeams.ПереслатьФайл(Токен, IDЧата, IDФайла, Текст);

View File

@@ -34,7 +34,7 @@ sidebar_position: 6
IDФайла = "Z7w4zb94bLtkJDICBfzVuG66f69e921bd";
Текст = "Подпись к файлу";
Результат = OPI_VKTeams.ПереслатьФайл(Токен, IDЧата, IDФайла, Текст, "ТотЖеДокумент.docx");
Результат = OPI_VKTeams.ПереслатьФайл(Токен, IDЧата, IDФайла, Текст);
```