telegram-udf-autoit icon indicating copy to clipboard operation
telegram-udf-autoit copied to clipboard

🚀 Telegram Bot UDFs for AutoIt.

Results 9 telegram-udf-autoit issues
Sort by recently updated
recently updated
newest added

Getting error when use Func __Polling() without internet connection. telegram.au3" (1119) : ==> The requested action with this object has failed.: **$oHTTP.Send()** $oHTTP^ ERROR >Exit code: 1 ==== **$oHTTP.Send()** work...

Added _Telegram_HttpCrashHandler() to fetch errors related to COM errors like these: err.number is: 80020009 err.lastdllerror is: 0 err.scriptline is: 1120 err.source is: WinHttp.WinHttpRequest err.helpfile is: err.helpcontext is: 0

https://core.telegram.org/bots/api#available-types states that you can get the optional last_name of a user. This is what i added in addition to the changed function names for uniqueness: Every function starts now...

I tried to modify the downloadfile.au3 file with the __GetFileID function so I don't need to set the $fileid string manually but I didn't succeed.

This is the error message: ``` Line 794 [in](https://www.autoitscript.com/autoit3/docs/keywords.htm) Telegram.au3 $OFFSET = $msgData[0] + 1 $OFFSET = $msgData^ERROR Error: Subscript used on non-accessible variable ``` It was solved by @Jos...

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

I have a problem with `_Polling`, I tried to fix this error myself, but it didn't work, although when I downloaded your UDF everything worked, but after about 15 minutes,...

Refer to the [forum posts](https://www.autoitscript.com/forum/topic/186381-telegram-bot-udf/?do=findComment&comment=1339415) about the need to set a proxy while calling Telegram API.

help wanted