You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2026-04-28 20:46:05 +02:00
6 lines
195 B
Plaintext
Vendored
6 lines
195 B
Plaintext
Vendored
ButtonArray = New Array;
|
|
ButtonArray.Add("Button 1");
|
|
ButtonArray.Add("Button 2");
|
|
ButtonArray.Add("Button 3");
|
|
|
|
Result = OPI_Viber.CreateKeyboardFromArrayButton(ButtonArray); |