1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-05-17 22:32:45 +02:00
OpenIntegrations/docs/en/examples/VK/WriteComment.txt

7 lines
211 B
Plaintext
Raw Normal View History

 Parameters = GetVKParameters();
Text = "NewComment";
2024-12-24 20:21:21 +03:00
PostID = "6383";
WallID = Parameters["owner_id"];
Result = OPI_VK.WriteComment(PostID, WallID, Text, Parameters);