telegram: Add support for 2nd factor authentication (2FA) password for Telegram accounts that have it enabled.
authorE. Bosch <presidev@AT@gmail.com>
local dateSun, 19 Jul 2026 22:35:25
dateSun, 19 Jul 2026 20:35:25
hashfae93b3a3f74e5858d8bf4f090f8ed245894e4c9
telegram: Add support for 2nd factor authentication (2FA) password for Telegram accounts that have it enabled.

This will work consistenly with "ask_code" option whether True or False.
Refactored authentication code to not produce too many login code requests
to avoid bans. Improve error logging.
Remove the use of aioconsole, use to_thread with standard functions instead.
4 file(s) changed:
README.md +1 -1
irgramd +1 -1
service.py +23 -10
telegram.py +30 -7