Skip to content

0.3.0

Compare
Choose a tag to compare
@kacperf531 kacperf531 released this 12 May 13:55
· 225 commits to master since this release
a938c2b

Added

  • New methods in configuration-api v3.5 for tags management: create_tag, list_tags, update_tag, delete_tag.
  • New method in reports-api v3.5 for getting tags usage statistics in chats: tags_chat_usage.

Changed

  • Major refactoring: classes with API methods for each version are now held in separate modules This is possibly breaking change, please make sure if your imports point to livechat...base). When in doubt, please compare with the updated examples directory.
  • Added new param owner_client_id in Configuration API create_bot for Interface and v3.5 classes.
  • Added new methods related to product information (list_channels, check_product_limits) in Configuration API v3.5.