You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2026-05-04 20:54:02 +02:00
5 lines
142 B
Plaintext
Vendored
5 lines
142 B
Plaintext
Vendored
ButtonArray = New Array;
|
|
ButtonArray.Add("Button 1");
|
|
ButtonArray.Add("Button 2");
|
|
|
|
Result = OPI_VK.FormKeyboard(ButtonArray); |