Telethon/tests/telethon
Lonami Exo 582a61192a Fix MemoryError on get_input_media(game)
Because an integer was being passed where a TLObject was expected,
so the serialization with bytes() was actually requesting that many
bytes as opposed to properly converting the expected object.
2020-01-04 17:52:31 +01:00
..
crypto Fix unparsing malformed entities, bump v1.10.10 2019-12-30 10:19:29 +01:00
extensions Fix unparsing malformed entities, bump v1.10.10 2019-12-30 10:19:29 +01:00
__init__.py Add example unit test and config for testing 2019-12-07 04:23:27 +01:00
test_helpers.py Add example unit test and config for testing 2019-12-07 04:23:27 +01:00
test_utils.py Fix MemoryError on get_input_media(game) 2020-01-04 17:52:31 +01:00