Releases: pylakey/aiotdlib
Releases · pylakey/aiotdlib
v0.0.2 - Automated parsing message text
Added
- added
parse_mode
param toClient
class. Default parse mode for high-level methods likesend_message
. Default: "
html"
Updated
Client.send_message
now automatically parses text entities in text. Text will be parsed according toparse_mode
option passed in constructor
Removed
- Removed redundant
CurrentAuthorizationState
class
v0.0.1 - First public release
Python asyncio wrapper for Telegram's TDLib based on Pydantic models