You've already forked OpenIntegrations
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user