tdlib¶
How to build tdlib¶
Do not forget install the library after:
make install
- Also, you can use it with Docker:
tdlib only tdlib-docker
this package + tdlib python-telegram-docker
You can call any method of tdlib with python-telegram using call_method:
tg = Telegram(...)
params = {'user_id': 1}
result = tg.call_method('getUser', params)