Skip to content

Releases: pylakey/aiotdlib

v0.0.2 - Automated parsing message text

08 Apr 00:36
Compare
Choose a tag to compare

Added

  • added parse_mode param to Client class. Default parse mode for high-level methods like send_message. Default: "
    html"

Updated

  • Client.send_message now automatically parses text entities in text. Text will be parsed according to parse_mode
    option passed in constructor

Removed

  • Removed redundant CurrentAuthorizationState class

Full CHANGELOG

v0.0.1 - First public release

07 Apr 21:58
88d792c
Compare
Choose a tag to compare

Python asyncio wrapper for Telegram's TDLib based on Pydantic models