Skip to content

0.20.0 (Jul 08, 2021)

Compare
Choose a tag to compare
@lxmnk lxmnk released this 08 Jul 08:10
· 377 commits to master since this release

Tested on BotX 1.42.0-rc4

Added

  • Add method for retrieving list of bot's chats
  • Add inserted_at field to ChatFromSearch model

Changed

  • HTTPRequest & HTTPResponse moved to clients.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 updated
  • Bot_id is now displayed in the request
  • Add description for BotXAPIError