1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-12-03 22:39:12 +02:00
Files
OpenIntegrations/docs/en/examples/VK/PostToDiscussion.txt

6 lines
214 B
Plaintext
Raw Normal View History

 Parameters = GetVKParameters();
2025-06-27 11:47:43 +03:00
DiscussionID = FunctionParameters["VK_ConvID"];
Message = "I like yellow more";
Result = OPI_VK.WriteInDiscussion(DiscussionID, Message, Parameters);