mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2024-11-30 09:16:44 +02:00
7 lines
199 B
Plaintext
7 lines
199 B
Plaintext
ButtonArray = New Array;
|
|
ButtonArray.Add("Button 1");
|
|
ButtonArray.Add("Button 2");
|
|
ButtonArray.Add("Button 3");
|
|
|
|
Result = OPI_Viber.CreateKeyboardFromArrayButton(ButtonArray);
|