tdlight-telegram-bot-api icon indicating copy to clipboard operation
tdlight-telegram-bot-api copied to clipboard

The TDLight Telegram Bot API is an actively enhanced fork of the original Bot API, featuring experimental user support, proxies, unlimited files size, and more.

Results 16 tdlight-telegram-bot-api issues
Sort by recently updated
recently updated
newest added

i tried `http://localhost:8081/userlogin/test` - code sent to production servers `http://localhost:8081/test/userlogin` - 404 not found

With #66 merged, I still have a few points I think we still need to address, and at least document: I think for security reasons this one would be a...

The server periodically crashes when used in usermode. When used without usermode this problem is not observed. Depending on the number of clients the crash interval is different, most likely...

How to get the latest news sent by the channel?

docker run -p 8081:8081 --env TELEGRAM_API_ID=123 --env TELEGRAM_API_HASH=xyz --env TELEGRAM_ALLOW_USERS=1 --name tdlight tdlight/tdlightbotapi steps: http://127.0.0.1:8081/user{token}/getuserprofilephotos?user_id=123 -> {"file_id":"xyz"} http://127.0.0.1:8081/user{token}/getFile?file_id=xyz -> {"file_path":"photos/file_0.jpg"} http://127.0.0.1:8081/file/user{token}/photos/file_0.jpg ->{"ok":false,"error_code":404,"description":"Not Found"} if i attache to container by command...

I remember back when using tdcli, there was a command to basically set the online status explicitly. For driving a user account in some cases it is not desired to...

Currently, if telegram isn't working, requests are simply left open, stalling forever. That's not great as that means basically DDoS potential. To Reproduce: 1. Lauch bot api 2. Disconnect Wifi...