alexander-akhmetov / python-telegram

Python client for the Telegram's tdlib
MIT License
610 stars 122 forks source link

New Release date #139

Closed Khrol closed 3 years ago

Khrol commented 3 years ago

Current 0.12.0 release doesn't support reading messages form anonymous admins. Any plans to release a new version to pypi with the latest build from https://github.com/tdlib/td#building?

alexander-akhmetov commented 3 years ago

Hi, 0.12.0 uses tdlib v1.6.0 which is the latest official tag as I see.

You can build tdlib from master and use it with python-telegram:

tg = Telegram(
    library_path='path/to/libtdjson.so'
    ...
)