-
-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
68ddbde
commit 1cde193
Showing
10 changed files
with
28 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Токен = ПараметрыФункции["VkTeams_Token"]; | ||
IDЧата = ПараметрыФункции["VkTeams_ChatID2"]; | ||
IDСообщения = ПараметрыФункции["VkTeams_MessageID"]; | ||
Токен = "001.3501506236.091..."; | ||
IDЧата = "[email protected]"; | ||
IDСообщения = "7401868177463836806"; | ||
Текст = "Новый текст сообщения"; | ||
|
||
Результат = OPI_VKTeams.ИзменитьТекстСообщения(Токен, IDЧата, IDСообщения, Текст); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
Токен = ПараметрыФункции["VkTeams_Token"]; | ||
IDЧата = ПараметрыФункции["VkTeams_ChatID2"]; | ||
IDЦитируемого = ПараметрыФункции["VkTeams_MessageID"]; | ||
Токен = "001.3501506236.091..."; | ||
IDЧата = "[email protected]"; | ||
IDЦитируемого = "7401868177463836806"; | ||
Текст = "Подпись к файлу"; | ||
|
||
Файл = ПараметрыФункции["Audio2"] ; // URL | ||
Файл = "https://openintegrations.dev/test_data/song.m4a" ; // URL | ||
ФайлПуть = ПолучитьИмяВременногоФайла("m4a"); // Путь | ||
|
||
КопироватьФайл(Файл, ФайлПуть); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
Токен = ПараметрыФункции["VkTeams_Token"]; | ||
IDЧата = ПараметрыФункции["VkTeams_ChatID"]; | ||
Токен = "001.3501506236.091..."; | ||
IDЧата = "AoLI0egLWBSLR1Ngn2w"; | ||
Текст = "Текст сообщения"; | ||
|
||
Результат = OPI_VKTeams.ОтправитьТекстовоеСообщение(Токен, IDЧата, Текст); | ||
|
||
IDЧата = ПараметрыФункции["VkTeams_ChatID2"]; | ||
IDЦитируемого = ПараметрыФункции["VkTeams_MessageID"]; | ||
IDЧата = "[email protected]"; | ||
IDЦитируемого = "7401868177463836806"; | ||
Текст = "<b>Полужирный текст сообщения</b>"; | ||
Разметка = "HTML"; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Токен = ПараметрыФункции["VkTeams_Token"]; | ||
IDЧата = ПараметрыФункции["VkTeams_ChatID"]; | ||
IDЧатаИсточника = ПараметрыФункции["VkTeams_ChatID2"]; | ||
IDСообщения = ПараметрыФункции["VkTeams_MessageID"]; | ||
Токен = "001.3501506236.091..."; | ||
IDЧата = "AoLI0egLWBSLR1Ngn2w"; | ||
IDЧатаИсточника = "[email protected]"; | ||
IDСообщения = "7401868177463836806"; | ||
|
||
Результат = OPI_VKTeams.ПереслатьСообщение(Токен, IDСообщения, IDЧатаИсточника, IDЧата); | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Токен = ПараметрыФункции["VkTeams_Token"]; | ||
IDЧата = ПараметрыФункции["VkTeams_ChatID"]; | ||
IDФайла = ПараметрыФункции["VkTeams_FileID"]; | ||
Токен = "001.3501506236.091..."; | ||
IDЧата = "AoLI0egLWBSLR1Ngn2w"; | ||
IDФайла = "ViznXaRZyHjdxNds8wdNcj66b8b7eb1bd"; | ||
Текст = "Подпись к файлу"; | ||
|
||
Результат = OPI_VKTeams.ПереслатьФайл(Токен, IDЧата, IDФайла, Текст, "ТотЖеДокумент.docx"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Токен = ПараметрыФункции["VkTeams_Token"]; | ||
IDФайла = ПараметрыФункции["VkTeams_FileID"]; | ||
Токен = "001.3501506236.091..."; | ||
IDФайла = "ViznXaRZyHjdxNds8wdNcj66b8b7eb1bd"; | ||
|
||
Результат = OPI_VKTeams.ПолучитьИнформациюОФайле(Токен, IDФайла); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
Токен = ПараметрыФункции["VkTeams_Token"]; | ||
Токен = "001.3501506236.091..."; | ||
Результат = OPI_VKTeams.ПроверитьТокен(Токен); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Токен = ПараметрыФункции["VkTeams_Token"]; | ||
IDЧата = ПараметрыФункции["VkTeams_ChatID2"]; | ||
IDСообщения = ПараметрыФункции["VkTeams_MessageID"]; | ||
Токен = "001.3501506236.091..."; | ||
IDЧата = "[email protected]"; | ||
IDСообщения = "7401868177463836806"; | ||
|
||
Результат = OPI_VKTeams.УдалитьСообщение(Токен, IDЧата, IDСообщения); |