Key changes since 0.10.1
- Added: option to start a new chat or continue old one in
send_message()
by @olizimmermann in #62.
Potentially breaking change, as signature has changed fromsend_message(self, chat_id, text)
tosend_message(self, text, user=None, group_uid=None, chat_id=None)
- Improved: functions that look up entities by id raise errors if nothing is matched by @elliot-100 in #81
- Fixed: incorrect type hints for optional params by @elliot-100 in #66
- Fixed: Login API no longer working (#82) by @elliot-100 in #84
NB: This may not be a complete fix, as not all functions have been tested. - Security fix: bump aiohttp from 3.8.3 to 3.8.5 by @elliot-100 in #85
Full Changelog: 0.10.1...0.99.0