1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-02-03 13:22:19 +02:00
OpenIntegrations/docs/en/examples/Telegram/FormKeyboardFromButtonArray.txt

8 lines
195 B
Plaintext
Raw Normal View History


ButtonArray = New Array;
ButtonArray.Add("Great");
ButtonArray.Add("Ok");
ButtonArray.Add("Bad");
Keyboard = OPI_Telegram.FormKeyboardFromButtonArray(ButtonArray, True, True);