Skip to content

v0.0.2 - Automated parsing message text

Compare
Choose a tag to compare
@pylakey pylakey released this 08 Apr 00:36

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