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

6 lines
193 B
Plaintext
Raw Normal View History

 Parameters = GetVKParameters();
2024-10-12 15:46:40 +03:00
DiscussionID = "52591592";
Message = "I like yellow more";
Result = OPI_VK.WriteInDiscussion(DiscussionID, Message, Parameters);