Telethon/telethon/events
Lonami Exo 5a54e2279f Avoid relying on .__iter__ to tell iterators apart
.send_file() would fail with stream objects (those from open())
since they are iterable, and asserting that they weren't bytes
or str was not enough.
2018-02-26 14:12:21 +01:00
..
__init__.py Avoid relying on .__iter__ to tell iterators apart 2018-02-26 14:12:21 +01:00