Releases: ExpressApp/pybotx
Releases · ExpressApp/pybotx
Release list
0.20.1 (Jul 19, 2021)
Added
- Add
bot not founderror handler forTokenmethod. - Add
invalid bot credentialserror handler forTokenmethod. - Add
connection errorhandler for all BotX methods. - Add
JSON decoding errorhandler for all BotX methods.
0.20.0 (Jul 08, 2021)
Tested on BotX 1.42.0-rc4
Added
- Add method for retrieving list of bot's chats
- Add
inserted_atfield toChatFromSearchmodel
Changed
HTTPRequest&HTTPResponsemoved toclients.typesHTTPRequestnow work with JSON (dict) instead of bytes. It improves consistency with
HTTPResponseand will be useful in interceptors implementation.- Reply event field
source_chat_nameis optional now - Forward event field
source_sync_idis required now
Removed
HTTPResponsebytes content property
Fixed
Fileis now deleted when the message is updatedBot_idis now displayed in the request- Add description for
BotXAPIError