You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-12-01 22:29:52 +02:00
Main build (Jenkins)
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
IDЧата = "461699897";
|
||||
IDКанала = "@testsichee";
|
||||
Текст = "Строковое значение";
|
||||
Аудио = "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/song.mp3";
|
||||
Аудио = "https://openyellow.neocities.org/test_data/song.mp3";
|
||||
|
||||
АудиоПуть = ПолучитьИмяВременногоФайла("mp3");
|
||||
КопироватьФайл(Аудио, АудиоПуть);
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
IDЧата = "461699897";
|
||||
IDКанала = "@testsichee";
|
||||
Текст = "Строковое значение";
|
||||
Видео = "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/video.mp4";
|
||||
Видео = "https://openyellow.neocities.org/test_data/video.mp4";
|
||||
|
||||
ВидеоПуть = ПолучитьИмяВременногоФайла("mp4");
|
||||
КопироватьФайл(Видео, ВидеоПуть);
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
IDЧата = "461699897";
|
||||
IDКанала = "@testsichee";
|
||||
Текст = "Строковое значение";
|
||||
Гифка = "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/animation.gif";
|
||||
Гифка = "https://openyellow.neocities.org/test_data/animation.gif";
|
||||
|
||||
ГифкаПуть = ПолучитьИмяВременногоФайла("gif");
|
||||
КопироватьФайл(Гифка, ГифкаПуть);
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
IDЧата = "461699897";
|
||||
IDКанала = "@testsichee";
|
||||
Текст = "Строковое значение";
|
||||
Документ = "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/document.docx";
|
||||
Документ = "https://openyellow.neocities.org/test_data/document.docx";
|
||||
|
||||
ДокументПуть = ПолучитьИмяВременногоФайла("docx");
|
||||
КопироватьФайл(Документ, ДокументПуть);
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
IDЧата = "461699897";
|
||||
IDКанала = "@testsichee";
|
||||
Текст = "Строковое значение";
|
||||
Картинка = "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg";
|
||||
Картинка = "https://openyellow.neocities.org/test_data/picture.jpg";
|
||||
|
||||
КартинкаПуть = ПолучитьИмяВременногоФайла("png");
|
||||
КопироватьФайл(Картинка, КартинкаПуть);
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
Токен = "6129457865:AAFyzNYOAFbu...";
|
||||
IDЧата = "461699897";
|
||||
Текст = "Строковое значение";
|
||||
Картинка = "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg";
|
||||
Видео = "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/video.mp4";
|
||||
Картинка = "https://openyellow.neocities.org/test_data/picture.jpg";
|
||||
Видео = "https://openyellow.neocities.org/test_data/video.mp4";
|
||||
|
||||
КартинкаПуть = ПолучитьИмяВременногоФайла("png");
|
||||
КопироватьФайл(Картинка, КартинкаПуть);
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
IDФайла = "CQACAgIAAx0EcNsaZQACIzFm-WB2un7AYov-xNbc_geFgGTM_gACbmQAAi3jyUs9kgABMFstY_82BA";
|
||||
IDФайла = "AgACAgIAAxkDAAIfmWb-MR8PQhrvZHiqLmG6UdiAAznzAALj5DEb1I7wSxB3bmqDIveAAQADAgADcwADNgQ";
|
||||
Токен = "6129457865:AAFyzNYOAFbu...";
|
||||
|
||||
Результат = OPI_Telegram.СкачатьФайл(Токен, IDФайла);
|
||||
|
||||
Reference in New Issue
Block a user