1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-02-09 13:47:03 +02:00
OpenIntegrations/docs/en/examples/VK/PostToDiscussion.txt

6 lines
193 B
Plaintext
Raw Normal View History

 Parameters = GetVKParameters();
DiscussionID = "51136513";
Message = "I like yellow more";
Result = OPI_VK.WriteInDiscussion(DiscussionID, Message, Parameters);