Changelog¶
[0.8.0] - 2019-03-17
telegram.client.Telegramnow supports any update type with a new methodadd_update_handler(handler_type, func)tdlib v 1.3.0- Fixed problem with openssl in Dockerfile (#4)
[0.7.0]
- New method
getMewith an example.
[0.6.1] - 2018-05-01
- Fixes for the Linux pre-compiled tdlib library.
[0.6.0] - 2018-05-01
- Fixes for the Linux pre-compiled tdlib library.
[0.5.0] - 2018-05-01¶
New required parameter in the
telegram.client.Telegram:database_encryption_key.Compiled
tdlibfiles 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)
Added new example: chat_stats.py.
[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
Makefilecommand:docker-echo-bot. - All
docker-commands in theMakefilenow mount/tmp/from a host machine to store tdlib’s files.
[0.3.0] - 2018-04-28¶
- Added
DockerfileandMakefilewith some examples. - Changed directory for tdlib files to
/tmp/.tdlib_files_{self.phone}/.