Aiotdlib

Latest version: v0.24.3

Safety actively analyzes 681775 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 8 of 9

0.5.0

Updated

* TDLib upgraded to version 1.7.4

* API types and functions regenerated with new API available in TDLib 1.7.4

0.4.2

Updated

* Added ujson dependency to improve performance of json encoding/decoding

* `TDJson` class now uses new TDLibJson api to work with requests

0.4.1

Updated

* Fixed a bug when main chats list was requested from bot session

0.4.0

BREAKING CHANGES

* `timeout` parameter of `Client.request` changed to `request_timeout`

* `AsyncResult` renamed to `PendingRequest`

* `Client.send_message` renamed to `Client.send_text`

Added

* all methods of API class now have `request_timeout` parameter

Updated

* added workaround for all aliased fields of `BaseObject` subclasses

* `PendingRequest.id` is property now and returns `request_id` of outgoing request passed to constructor

* `ClientCache` now handles telegram options updates and provides `get_option_value` method to retrieve option value by
name

* Messages now can be sent in semi-synchronous way: `SendMessage` request would wait for `UpdateMessageSendSucceeded`
event.

* Added some high-level methods
to `Client`: `send_photo`, `send_video`, `send_animation`, `send_document`, `send_audio`, `send_voice_note`, `send_video_note`, `forward_messages`

* Request main chats list if session was authorized for the first time to avoid Chat not found errors and initialize
inner TDLib chats cache

0.3.0

Added

* Added proxy support. Proxy settings now available in Client
initializer. [Example](https://github.com/pylakey/aiotdlib#proxy)

0.2.1

Updated

* Minor refactoring

* Updated TDLib binary

Page 8 of 9

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.