You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-11-29 22:27:42 +02:00
6 lines
146 B
Plaintext
Vendored
6 lines
146 B
Plaintext
Vendored
ButtonArray = New Array;
|
|
ButtonArray.Add("Button 1");
|
|
ButtonArray.Add("Button 2");
|
|
|
|
Result = OPI_VK.FormKeyboard(ButtonArray);
|