mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-01-24 05:36:29 +02:00
7 lines
197 B
Plaintext
7 lines
197 B
Plaintext
ButtonArray = New Array;
|
|
ButtonArray.Add("Button1");
|
|
ButtonArray.Add("Button2");
|
|
ButtonArray.Add("Button3");
|
|
|
|
Result = OPI_Telegram.FormKeyboardFromButtonArray(ButtonArray);
|