xLinkOut / telegram-udf-autoit

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

i got error messege when use func polling #19

Closed thegopza closed 4 months ago

thegopza commented 2 years ago

telegram-udf-autoit-master\src\Telegram.au3" (794) : ==> Subscript used on non-accessible variable.: $OFFSET = $msgData[0] + 1 $OFFSET = $msgData^ ERROR can someone help

thank for reply

xLinkOut commented 4 months ago

Hi, as explained in #18, this kind of errors are now fixed, deprecating the __MsgDecode function and the $msgData[$i] approach. If you want, give a try to the new version of the library.