Changelog¶
[0.5.0] - 2018-05-01¶
New required parameter in the
telegram.client.Telegram
:database_encryption_key
.Compiled
tdlib
files now are in the pypi package (Linux and MacOS).Default location of the tdlib’s files changed to
/tmp/.tdlib_files/{phone_number}
.Now you can define additional optional params:
- use_test_dc (default False)
- device_model
- system_version
- system_language_code
- application_version
- use_message_database (default True)
[0.4.0] - 2018-04-29¶
Added two new methods:
get_instant_view
- get instant view of a web pagecall_method
- call any method with any params
New example: get_instant_view.py
[0.3.1] - 2018-04-29¶
- Logging level in the examples changed to
INFO
. - Added new
Makefile
command:docker-echo-bot
. - All
docker-
commands in theMakefile
now mount/tmp/
from a host machine to store tdlib’s files.
[0.3.0] - 2018-04-28¶
- Added
Dockerfile
andMakefile
with some examples. - Changed directory for tdlib files to
/tmp/.tdlib_files_{self.phone}/
.