You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-11-23 22:05:15 +02:00
VKT: Ответ на заявки
This commit is contained in:
4
docs/en/data/VKTeams/ApprovePending.json
Normal file
4
docs/en/data/VKTeams/ApprovePending.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"Token": "001.3501506236.091...",
|
||||
"ChatID": "689203963@chat.agent"
|
||||
}
|
||||
4
docs/en/data/VKTeams/DisapprovePending.json
Normal file
4
docs/en/data/VKTeams/DisapprovePending.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"Token": "001.3501506236.091...",
|
||||
"ChatID": "689203963@chat.agent"
|
||||
}
|
||||
7
docs/en/examples/VKTeams/ApprovePending.txt
Normal file
7
docs/en/examples/VKTeams/ApprovePending.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
Token = "001.3501506236.091...";
|
||||
ChatID = "689203963@chat.agent";
|
||||
User = 1011987091;
|
||||
|
||||
Result = OPI_VKTeams.ApprovePending(Token, ChatID, User);
|
||||
|
||||
Result = OPI_VKTeams.ApprovePending(Token, ChatID);
|
||||
7
docs/en/examples/VKTeams/DisapprovePending.txt
Normal file
7
docs/en/examples/VKTeams/DisapprovePending.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
Token = "001.3501506236.091...";
|
||||
ChatID = "689203963@chat.agent";
|
||||
User = 1011987091;
|
||||
|
||||
Result = OPI_VKTeams.DisapprovePending(Token, ChatID, User);
|
||||
|
||||
Result = OPI_VKTeams.DisapprovePending(Token, ChatID);
|
||||
Reference in New Issue
Block a user