Kailash Nadh
Kailash Nadh
Please do send a PR.
Hi @tigra323. Could you please explain how this works?
Was checking the docs: https://docs.telethon.dev/en/stable/modules/client.html#telethon.client.telegrambaseclient.TelegramBaseClient The lib automatically sets these params. Doesn't look like it's necessary to hardcode values. ``` device_model ([str](https://docs.python.org/3/library/stdtypes.html#str), optional): “Device model” to be sent when creating...
Thanks for the PR @destrex271. Will review this closer to the next big release.
Hi @destrex271. All subscribers (or selected subscribers) can already be exported from the subscribers page. Can you amend the PR to remove this from the maintenance page? We can consider...
Hi @handkerchief333. FirstName / LastName are simple (naive) helpers to extract names for most common usecases, but like you said, they can be wrong. To add first-class support for parts...
Missed this. Is this good to go?
Hi @alxjsn. "Enable public subscription" enables the form page (with CAPTCHA done separately) and also the public API endpoint. You are right though, it should be documented that the API...
Perhaps hCaptcha should be replaced with something like https://altcha.org - Altcha is very interesting, but I haven't seen it in the wild yet.
Concurrency = 100, which means you'll have 100 concurrent messages being attempted to send. But you've set max messages to 2 per second, which makes this large number moot anyway....