-
Hi, I'am trying to test connection by using Telethon. Copy a code from "README.rst" (https://github.com/LonamiWebs/Telethon). I have this code in my module:
```
from telethon import TelegramClient, …
-
In Python 3.7, [“async” and “await” are now tokenized as NAME token](https://docs.python.org/3.7/library/token.html). A fix suggested by @njsmith that would also work for Python 2 would be to stop loo…
-
Currently not handled: `EMAIL_UNCONFIRMED_6`.
-
I simply tried this like before
```
client.get_messages("channel_username")
```
but this new error is thrown:
```
Traceback (most recent call last):
File "", line 1, in
res = client.get…
-
I am asking a QUESTION here because telegram banned iranian users from joining public groups like @TelethonChat. I want to have a file_id database of files I have uploaded so I don't have to upload th…
-
And also give a useful error message when we try to import a repository that is not syncified.
See https://python3statement.org/practicalities/ for a good way to fail at import time.
-
I've seen a few people do weird things like try to use `match` on the client side. We should probably follow `react-dom`'s lead and isolate our server-side API into a `react-router/server` directory i…
-
"Future" is commonly used synchronization primitive used in many languages and environments.
It allows several "receivers" to wait "computaion" of a single value, and single "receiver" to wait for sev…
-
are there plans to expose a promise's result and state?
-
i'm getting some strange behavior with my tests:
![](https://gc.gy/遼NS.png)
any ideas or things i might be doing wrong?