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_at
field toChatFromSearch
model
Changed
HTTPRequest
&HTTPResponse
moved toclients.types
HTTPRequest
now work with JSON (dict) instead of bytes. It improves consistency with
HTTPResponse
and will be useful in interceptors implementation.- Reply event field
source_chat_name
is optional now - Forward event field
source_sync_id
is required now
Removed
HTTPResponse
bytes content property
Fixed
File
is now deleted when the message is updatedBot_id
is now displayed in the request- Add description for
BotXAPIError