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-11-11 22:11:22 +03:00
parent e6d7004aff
commit 2f65e68ce4
1428 changed files with 9552 additions and 8747 deletions
@@ -37,7 +37,7 @@ Only the chatId from events can be passed to the FromChatID (the code from the c
Token = "001.3501506236.091...";
ChatID = "AoLI0egLWBSLR1Ngn2w";
FromChatID = "689203963@chat.agent";
MessageID = "7433128521402159947";
MessageID = "7436085340097483930";
Result = OPI_VKTeams.ForwardMessage(Token, MessageID, FromChatID, ChatID);
@@ -53,7 +53,7 @@ Only the chatId from events can be passed to the FromChatID (the code from the c
```bash
oint vkteams ForwardMessage \
--token "***" \
--messageid "7432724446583984828" \
--messageid "7435709109552288872" \
--fromid "689203963@chat.agent" \
--chatid "AoLI0egLWBSLR1Ngn2w" \
--text "Additional text"
@@ -64,7 +64,7 @@ Only the chatId from events can be passed to the FromChatID (the code from the c
```batch
oint vkteams ForwardMessage ^
--token "***" ^
--messageid "7432724446583984828" ^
--messageid "7435709109552288872" ^
--fromid "689203963@chat.agent" ^
--chatid "AoLI0egLWBSLR1Ngn2w" ^
--text "Additional text"