1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-05-31 23:20:02 +02:00
OpenIntegrations/docs/en/examples/VK/WriteComment.txt
Vitaly the Alpaca (bot) c48f38c06d Main build (Jenkins)
2024-11-03 11:09:51 +03:00

7 lines
211 B
Plaintext

Parameters = GetVKParameters();
Text = "NewComment";
PostID = "5257";
WallID = Parameters["owner_id"];
Result = OPI_VK.WriteComment(PostID, WallID, Text, Parameters);