xLinkOut / telegram-udf-autoit

🚀 Telegram Bot UDFs for AutoIt.
MIT License
53 stars 15 forks source link

Fix for sending multiple rows in _CreateInlineKeyboard() #11

Closed RazTK closed 4 years ago

RazTK commented 4 years ago

Right now it's broken. Here's a fix: Line 146: ElseIf(StringRight($jsonKeyboard,2) = '],') Then Line 147: $jsonKeyboard &= '[{"text":"' & $Keyboard[$i] & '",' Line 150: $jsonKeyboard &= '],'

xLinkOut commented 4 years ago

Hi @RazTK! Thank you for reporting this bug, it's fixed now! 👍