Skip to content

Commit

Permalink
VKT: Удаление пользователей чата
Browse files Browse the repository at this point in the history
  • Loading branch information
Bayselonarrend committed Aug 12, 2024
1 parent fedc379 commit c57dee0
Show file tree
Hide file tree
Showing 19 changed files with 2,914 additions and 2,510 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/oint_test_full_ru.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1137,6 +1137,10 @@ jobs:
if: ${{ cancelled() }} == false
run: oscript /home/runner/.local/share/ovm/current/lib/1testrunner/src/main.os -run ./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os "ВКТ_ОбщиеМетоды"

- name: Управление чатами
if: ${{ cancelled() }} == false
run: oscript /home/runner/.local/share/ovm/current/lib/1testrunner/src/main.os -run ./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os "ВКТ_УправлениеЧатами"

- name: Записать логи
if: ${{ cancelled() }} == false
uses: actions/cache/save@v3
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"Токен": "001.3501506236.091...",
"IDЧата": "[email protected]"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
 Токен = "001.3501506236.091...";
IDЧата = "[email protected]";
Пользователь = 1011987091;

Результат = OPI_VKTeams.ИсключитьПользователейЧата(Токен, IDЧата, Пользователь);
Loading

0 comments on commit c57dee0

Please sign in to comment.