You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-12-24 00:01:24 +02:00
7 lines
205 B
Plaintext
Vendored
7 lines
205 B
Plaintext
Vendored
Parameters = GetVKParameters();
|
|
Text = "NewComment";
|
|
PostID = "8254";
|
|
WallID = Parameters["owner_id"];
|
|
|
|
Result = OPI_VK.WriteComment(PostID, WallID, Text, Parameters);
|