1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-01-24 05:36:29 +02:00
OpenIntegrations/docs/en/examples/Telegram/FormKeyboardFromButtonArray.txt
Vitaly the Alpaca (bot) f952e7caad Main build (Jenkins)
2024-10-03 20:35:39 +03:00

7 lines
197 B
Plaintext

ButtonArray = New Array;
ButtonArray.Add("Button1");
ButtonArray.Add("Button2");
ButtonArray.Add("Button3");
Result = OPI_Telegram.FormKeyboardFromButtonArray(ButtonArray);