1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-29 22:27:42 +02:00

Main build (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot)
2025-02-09 00:12:43 +03:00
parent 0e28fa7e1c
commit dff29073bf
1114 changed files with 8584 additions and 8584 deletions

View File

@@ -1,5 +1,5 @@
 Token = "001.3501506236.091...";
ChatID = "689203963@chat.agent";
MessageID = "7458714788340703938";
MessageID = "7469141800704288143";
Result = OPI_VKTeams.DeleteMessage(Token, ChatID, MessageID);

View File

@@ -1,6 +1,6 @@
 Token = "001.3501506236.091...";
ChatID = "689203963@chat.agent";
MessageID = "7458714788340703938";
MessageID = "7469141800704288143";
Text = "New message text";
Result = OPI_VKTeams.EditMessageText(Token, ChatID, MessageID, Text);

View File

@@ -1,7 +1,7 @@
 Token = "001.3501506236.091...";
ChatID = "AoLI0egLWBSLR1Ngn2w";
FromChatID = "689203963@chat.agent";
MessageID = "7458714788340703938";
MessageID = "7469141800704288143";
Result = OPI_VKTeams.ForwardMessage(Token, MessageID, FromChatID, ChatID);

View File

@@ -1,4 +1,4 @@
 Token = "001.3501506236.091...";
FileID = "gpBxDk2tBMAHe1VxwLP1cw6782adc01bd";
FileID = "htrH46ayvPH7XfgXi7dOJe67a7b90f1bd";
Result = OPI_VKTeams.GetFileInformation(Token, FileID);

View File

@@ -1,5 +1,5 @@
 Token = "001.3501506236.091...";
ChatID = "689203963@chat.agent";
MessageID = "7458714788340703938";
MessageID = "7469141800704288143";
Result = OPI_VKTeams.PinMessage(Token, ChatID, MessageID);

View File

@@ -1,6 +1,6 @@
 Token = "001.3501506236.091...";
ChatID = "AoLI0egLWBSLR1Ngn2w";
FileID = "gpBxDk2tBMAHe1VxwLP1cw6782adc01bd";
FileID = "htrH46ayvPH7XfgXi7dOJe67a7b90f1bd";
Text = "File caption";
Result = OPI_VKTeams.ResendFile(Token, ChatID, FileID, Text);

View File

@@ -1,5 +1,5 @@
 Token = "001.3501506236.091...";
ChatID = "AoLI0egLWBSLR1Ngn2w";
FileID = "I000bWCAYVx4lxt9yuPLwr6782add31bd";
FileID = "I000bU70AtRMvWmWKqqV2867a7b9221bd";
Result = OPI_VKTeams.ResendVoice(Token, ChatID, FileID);

View File

@@ -5,7 +5,7 @@
Result = OPI_VKTeams.SendTextMessage(Token, ChatID, Text);
ChatID = "689203963@chat.agent";
ReplyID = "7458714788340703938";
ReplyID = "7469141800704288143";
Text = "<b>Bold text</b>";
Markup = "HTML";

View File

@@ -1,6 +1,6 @@
 Token = "001.3501506236.091...";
ChatID = "689203963@chat.agent";
ReplyID = "7458714788340703938";
ReplyID = "7469141800704288143";
File = "https://api.athenaeum.digital/test_data/song.m4a" ; // URL
FilePath = GetTempFileName("m4a"); // Path

View File

@@ -1,5 +1,5 @@
 Token = "001.3501506236.091...";
ChatID = "689203963@chat.agent";
MessageID = "7458714788340703938";
MessageID = "7469141800704288143";
Result = OPI_VKTeams.UnpinMessage(Token, ChatID, MessageID);