You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2026-05-18 09:51:28 +02:00
12 lines
488 B
Plaintext
Vendored
12 lines
488 B
Plaintext
Vendored
Parameters = GetVKParameters();
|
|
|
|
Text = "Message from autotest";
|
|
UserID = "657846756";
|
|
Communitytoken = "vk1.a.phxjN1ZbTM9Lt-4F_i8d-LvqA9mOQH20qMstHTeytoRzDphTXA7aKpd57CJTn56Apn1ZHKPOpcrLDca43LFrKijMAtOYMwD4spRCAAuh...";
|
|
|
|
ButtonArray = New Array;
|
|
ButtonArray.Add("Button 1");
|
|
ButtonArray.Add("Button 2");
|
|
|
|
Keyboard = OPI_VK.FormKeyboard(ButtonArray);
|
|
Result = OPI_VK.WriteMessage(Text, UserID, Communitytoken, Keyboard, Parameters); |